Dashboarding
Dynatrace dashboards, notebooks, and data explorer explained.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Displaying metrics in different format on a dashboard

dougwillis
Participant

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?

 

1 REPLY 1

marco_irmer
Champion

Have you tried using the numberToHexString function in DQL?

Featured Posts