06 Apr 2023 11:25 AM - last edited on 11 Apr 2023 07:30 AM by MaciejNeumann
Utility to push metrics from app server to dynatrace
Description: Ask is to push the required metrics from the app server to dynatrace
Solved! Go to Solution.
06 Apr 2023 12:42 PM
Hi,
You can use Metrics API v2 (https://www.dynatrace.com/support/help/dynatrace-api/environment-api/metric-v2)
Then you can write a simple script to upload these metrics from the appserver using the webhook API to Dynatrace.
Regards,
Radek
08 Apr 2023 08:40 AM
On top of @AntonPineiro & @radek_jasinski answers, If your app server built using Java you can monitor any metric in your JVM that is exposed via an MBean with JMX extensions
HTH
Yos