Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collector-specific global tags #223

Open
jroyalty opened this issue Oct 12, 2015 · 0 comments
Open

Collector-specific global tags #223

jroyalty opened this issue Oct 12, 2015 · 0 comments

Comments

@jroyalty
Copy link

I'm using tcollector to gather metrics via many of the supplied collectors. Those collectors share a common set of global tags like: pop, networkid, etc. I'm also using tcollector to grab metrics from my custom applications. Those require a different set of global tags. So, in addition to giving tcollector a set of global tags, I'd like to specify a set of tags that are collector-specific. Said another way, I need the builtin collectors to use one set of global tags and I need to suppress those tags from being added to my custom collectors.

I can certainly specify those application tags in my custom collector, but I still have no way to prevent the global tags (necessary for the builtin collectors) from being added as well. I could also run two tcollectors, one for builtin collectors and another for my custom ones, but I'm wondering if doing this in a single tcollector is a feature others are interested in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants