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=""}