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

Retrieving builtin:apps.web.action.duration.load.browser via API

VincentO
Newcomer

Hello

I hope this message finds you well. I am trying to retrieve the builtin:apps.web.action.duration.load.browser metric using the Metrics v2 API, but I am consistently receiving an empty response, as shown below:

 

 

 

{
    "totalCount": 0,
    "nextPageKey": null,
    "resolution": "1d",
    "result": [
        {
            "metricId": "builtin:apps.web.action.duration.load.browser",
            "dataPointCountRatio": 0.0,
            "dimensionCountRatio": 0.0,
            "data": []
        }
    ]
}

 

 

 
The call is:
https://{environmentid}.live.dynatrace.com/api/v2/metrics/query?metricSelector=builtin:apps.web.action.duration.load.browser&from=now-7d&to=now&resolution=1d

 

Could you please confirm:

  • If this metric can be queried via the API?
  • If there are additional configuration steps required to make this metric available via the API?
  • Whether there are specific limitations or prerequisites for this metric that I might be missing?

Thank you for your assistance! Please let me know if you need further details about my environment or the API calls I’m making.

1 REPLY 1

VincentO
Newcomer

I found the error it's the name of the metric: builtin:apps.web.actionDuration.load.browser

 

I try now to have only one value and agregate all application or browser.

Featured Posts