-
I've been playing with the prometheus scraper, and it's pretty awesome:
Scraping works instantly. The problem is that I can't see how to distinguish the metrics originating from different hosts. e.g.
Which host does each metric belong to?? With a "real" prometheus server, it would add a label What's the standard way in Vector of distinguish the same metric from multiple sources: a tag? A namespace? Does that association already exist for prometheus scrapes, but is hidden in the "console" sink output? I can see that internal metrics have I'm only just getting to grips with the Vector data model, so I apologise if I've missed something obvious. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @candlerb ! You are absolutely right, we should be adding an |
Beta Was this translation helpful? Give feedback.
Hey @candlerb ! You are absolutely right, we should be adding an
instance
tag like Prometheus's scraper does. I'll convert this discussion to an issue to track adding that.