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

Metrics API v2 - how to get "Single Value"

alessandro_panz
Newcomer

I'm using Metrics API v2 to get "Process CPU usage" of a process and the response contains the value of all process instances.

Which is the http query parameter to get "Single Value" (highlighted in the screenshot) instead of the values of all process instances?

6 REPLIES 6

ChadTurner
DynaMight Legend
DynaMight Legend

you should be able to further refine it to a single process under the infographic

-Chad

I can't find any "infographic " information in the Metrics API v2 documentation...

you will need to edit the tile :

-Chad

wolfgang_beer
Dynatrace Leader
Dynatrace Leader

Try with resolution: Inf for getting one aggregated datapoint in the metric API v2

I'm already using "&resolution=Inf" as a query parameter and it's not the solution.

Omar_Fouda
Dynatrace Helper
Dynatrace Helper

Do you mean to get the data for one specific process only over the API? Check the entity scope filter in that case. You can say something like "type(PROCESS_GROUP_INSTANCE), entityID(your process ID)

Featured Posts