06 Sep 2023
05:29 PM
- last edited on
07 Sep 2023
12:00 AM
by
MaciejNeumann
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.
Solved! Go to Solution.
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