Reputation: 1
I have a use case where I need to append metrics label value in Prometheus.
For example, if my metrics has a label {pod=pod1}
, I need to change it to {pod=pod2}
before or after scraping. Is this supported?
Upvotes: 0
Views: 259
Reputation: 3463
You need to have a look at those two prometheus configurations :
You can check out this article which explains a bit more the difference between those two.
Upvotes: 2