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

point tags in pyformance? #49

Open
moribellamy opened this issue Dec 27, 2017 · 1 comment
Open

point tags in pyformance? #49

moribellamy opened this issue Dec 27, 2017 · 1 comment

Comments

@moribellamy
Copy link

Hi, thanks for this library.

Does pyformance support point tags? For example, AFAIK a graphite metric is a name, a timestamp (possibly implied), and a value, e.g. "cpu.idle [now] 42". Some metrics monitoring solutions allow point tags, for example you could have:

cpu.idle 42 host=myFoo env=prod
cpu.idle 23 host=myBar env=dev

and on the solution you could do aggregations by environment, or host, etc.

If pyformance does not support point tags, would allow a contribution adding support for them? Along with a reporter that knows how to stream points to a TCP socket?

@omergertel
Copy link
Owner

I'd very much appreciate a contribution, if you think this is helpful. Unfortunately, I'm not working with python right now, so I'm not planning on adding anything myself.

If you submit a pr, I'd be more than happy to merge it

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

No branches or pull requests

2 participants