Published : 2020-09-03

Find prometheus metrics without a specific label

Prometheus is a metrology tool both simple and powerful to retrieve metrics about anything.

In your prometheus usecase you can try to find metrics with a missing label.

To retrieve those metrics, just run this query (job is the requested label):

{__name__=~".+",job=""}