Import Key Requests
Last updated
Last updated
By default, only requests at the service level are imported by the telemetry provider.
To import specific key requests you can follow these steps.
Currently only average response time, throughput and error rate metrics are available for key requests.
Create a new component of type Web Application for each key request you want to import. This allows to track response time, throughput and error rates seaprately.
You can use the following yaml file as an example and customize it to suite your needs.
In order to instruct Akamas to import a specific key request you just need to change the id
field of the yaml above to the one that matches your key request on Dynatarce.
To obtain that ID open the analysis page for the request as in the example below, take note of the URL of the page, and look for the SERVICE_METHOD
keyword. The id is the one starting with SERVICE_METHOD
and ends before the character %14
Considering the example below the id is SERVICE_METHOD-D4BCC949D5DD656A
Create a telemetry instance for your system using the yaml specified below as an example and modify it to provide your Dynatrace account and credentials. This will instruct Akamas to use key requests metrics instead of service metrics.