07 Sep 2023 01:29 AM - last edited on 07 Sep 2023 08: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.
08 Sep 2023 03:17 PM
Hi,
There are a few ways to do that.
See also other ways to extend Dynatrace.
Best regards,
Mateusz
11 Sep 2023 06:02 PM
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.