21 Nov 2022 03:48 PM - last edited on 22 Nov 2022 03:45 PM by MaciejNeumann
Hello
I try to do a metrics from dynatrace ingest this is my script :
top -b -n 1 -H -c | grep agent | awk '{ print "\ntest.cpu" "PID=",$1," pourcent.cpu=",$9 " " "cmd.arg=" $14}' | /opt/dynatrace/oneagent/agent/tools/dynatrace_ingest -v
I d'ont have output from ingest and my metrics is not send to dynatrace
Thx for your help !
Solved! Go to Solution.
22 Nov 2022 09:52 AM
its is a bug ? i'm have read this doc
https://www.dynatrace.com/support/help/extend-dynatrace/extend-metrics/reference/metric-ingestion-pr...
And my output is like
Has anyone had this problem before?