06 Apr 2023
03:25 AM
- last edited on
10 Apr 2023
11:30 PM
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.
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
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
Featured Posts