@grant2 From the first image I uploaded in the original post (C&P from another post), you may see labels such as instance, job, etc.
I’m just wondering if these labels are set by user or inherited from metrics or somewhere else?
Hi @lsh,
Those labels are append when prometheus scrapes data from an endpoint. Can you please check in your prometheus configuration if you are using labeldrop (or labelkeep) which would drop (keep) specific prometheus labels.
I don’t really use prometheus but I found those functions on:
I’ve checked these and they seems to only talk about metrics, not the same as my situation.
I’ve got the metrics with correct labels and want to inherit them in my alert labels.
However, it seems to be not working in current version.