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

Use REST call to publish results as Dynatrace metrics

dramacher
Visitor

Similar to "custom/generic database query" we are looking for a plug-in that allows us to make REST calls and store the result as custom metric in dynatrace. 

 

Is there a tool available to do so. The query should run every minute to create useful metrics over time. 

2 REPLIES 2

MateuszKacprzak
Dynatrace Helper
Dynatrace Helper

Hi,

There are a few ways to do that.

See also other ways to extend Dynatrace.

 

Best regards,

Mateusz

The challenge is nit the Rest API but the fact that the endpoint called is providing ODATA 4.0 response that has to be parsed and converted into a metric. It does not seem there is any out-of-the-box solution that supports that within synthetic scripts.

 

Featured Posts