How do I add a label for the y-axis in Datadog?

Viewed 300

I have a chart for a custom metric like this one:

enter image description here

How can I add a label for the y-axis? I don't see any option in the dashboard settings. Exploring other metrics, I see they already have such label. For example, kubernetes.cpu.usage.total shows millicores, independently of the dashboard:

enter image description here

So, I guess that maybe I need to send the metric with some metadata already? I can't find any information about this.

FWIW, I'm using the Datadog's Python client to submit the metric: api.Metric.send(metric='custom.foo', points=(now, point))

0 Answers
Related