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

How to send custom metrics from shell scripts to Dynatrace?

hknidas
Newcomer

Hi,

I want to know if it's possible to send custom metrics we got by shell scripts to the Dynatrace server.

For example disk usage metrics.

1 REPLY 1

wolfgang_beer
Dynatrace Leader
Dynatrace Leader

Sure, either you send them directly through our REST API:

https://help.dynatrace.com/dynatrace-api/custom-de...

Or you can also use the CLI interface we published on Github:

https://github.com/Dynatrace/dynatrace-cli

Featured Posts