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

Cumulative Counter Support in SignalFx Sink #764

Open
AndrooHan opened this issue Nov 18, 2019 · 2 comments
Open

Cumulative Counter Support in SignalFx Sink #764

AndrooHan opened this issue Nov 18, 2019 · 2 comments

Comments

@AndrooHan
Copy link
Contributor

Hey Folks,

Wanted to discuss a proposal. We’re currently using Dogstatsd clients to emit certain stats as gauge types for SignalFx cumulative counter type metrics. The way we do this in our fork is we designate a specific tag (i.e. cumulative_counter) to determine whether to emit a gauge as a cumulative counter in our SignalFx sink.

This is useful for third party libraries that expose cumulative counter metrics but don’t have statsd support. When being aggregated or sampled these metrics would be treated the same as gauges.

We’d like to submit our tagging and conversion functionality upstream as we could see it being a common pain point for SignalFx users. Thoughts?

cc: @prudhvi

@prudhvi
Copy link
Contributor

prudhvi commented Nov 25, 2019

cc @aditya-stripe @antifuchs Just a reminder to see if you are willing to accept this feature upstream

@ChimeraCoder
Copy link
Contributor

Yeah, this sounds like it could be useful!

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

3 participants