-
Notifications
You must be signed in to change notification settings - Fork 815
Allow GraphiteBridge to set a prefix #49
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
Comments
That sounds like a reasonable and simple request, I'll add it to the Hacktoberfest list. |
Hi Brian, I was looking into this. Does this mean |
I'd add an optional |
1. An optional `prefix` parameter in `bridge.graphite.GraphiteBridge.push()`. 2. `prefix` is prepended to metrics name before sending to graphite server. 3. Unit test.
1. Added an optional parameter `prefix` to `bridge.graphite.GraphiteBridge.push()`. 2. Initialize _RegularPush with `prefix`.
Fixed by #56 |
Sweet, thanks! |
Hi,
while testing and maybe transitioning, I’m very grateful for the GraphiteBridge.
However as far as I can tell, there’s no way to namespace (with a dot) my metrics and they just land in the main “directory”.
Could you please add a way to set a prefix that is prepended to all metrics?
The text was updated successfully, but these errors were encountered: