28 Mar 2023 04:41 PM - last edited on 29 Mar 2023 08:12 AM by MaciejNeumann
We are in the process to use Dynatrace and we are searching for a solution to continu to collect metrics even for our short-lived cron job.
With our current solution we use Prometheus Pushgateways to collect those metrics.
https://prometheus.io/docs/practices/pushing/
Is there a solution to make it work with Dynatrace, or an alternative solution ?
in a perfect world we do not want to keep prometheus for metrics
thanks
Solved! Go to Solution.
28 Mar 2023 06:12 PM
What sorts of metrics are these, and what sort of runtime are you using?
28 Mar 2023 07:17 PM - edited 28 Mar 2023 07:19 PM
Hello.
You can try to push metrics directly to Dynatrace via API (Environment API v2 - /metrics/ingest)
Or you can try to push metrics via host - documetation.
This is another example how to achive this.
Regards,
Alex