cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Extract Request Attributes key-value shown in distributed trace

Omkar_Sawant
Newcomer

Hi Team,

I want to understand that how we can extract Request attributes key-value pairs shown in each distributed trace using Dynatrace API? Is there any documentation? Kindly share.

Regards,

Omkar Sawant

4 REPLIES 4

AntonPineiro
DynaMight Guru
DynaMight Guru

Hi,

I think that is not possible.

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

jerry_lobenstei
Dynatrace Advisor
Dynatrace Advisor

If you are running the Dynatrace platform on SaaS-(AWS or Azure).    You can ask your Dynatrace support team about enabling SPANS for your tenant.    That will allow you to query the SPAN data among all the other data in the platform.   You can use DQL and query the Request Attributes from the traces(spans).

jerry_lobenstei_0-1721507862407.png

 

 

Hi,

Is it possible to reach it from API? It means, if you create a notebook with that DQL query, is it possible to get it from API?

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

https://docs.dynatrace.com/docs/dynatrace-api/configuration-api/service-api/request-attributes-api/g...

The API only lists the attributes.  I do not see any way to get the actual values within using the API.  I can as explained above use a notebook/DQL if your are using the platform(SaaS) and have grail enabled.   You would also need to have Spans enabled and get the actual values/counts etc.

https://docs.dynatrace.com/docs/dynatrace-api/configuration-api/service-api/request-attributes-api/g...

Featured Posts