06 Aug 2026
04:46 AM
- last edited on
06 Aug 2026
03:24 PM
by
andre_vdveen
I'm in the process of converting a grafana dashboard to a Dynatrace equivalent and have run up against a number formatting issue.
I have a monitor that produces replication LSN metrics on a Prometheus endpoint. It is being scraped into Dynatrace which is storing the metric as a double type.
I want to display a timeline graph so it will show the steps in LSN. I normally see this as HEX values in Grafana.
Is there a way to do the number to hex string conversion on the metric when it is displayed on the Dynatrace dashboard?
06 Aug 2026 10:12 PM
Have you tried using the numberToHexString function in DQL?
Featured Posts