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

Report counters in an incremental fashion. #23

Merged

Conversation

j6carey
Copy link
Contributor

@j6carey j6carey commented Jan 4, 2019

Commit e444d8b
eliminated the suppression of messages that were
in some sense redundant, but as a side effect
it started reporting the current counter value
instead of the increment since the last report.

This change causes only the increment to be
reported--which is what statsd servers expect.

Gauges are unaffected. This change affects
only counters, but that includes the counter
within each distribution.

Commit e444d8b
eliminated the suppression of messages that were
in some sense redundant, but as a side effect
it started reporting the current counter value
instead of the increment since the last report.

This change causes only the increment to be
reported--which is what statsd servers expect.

Gauges are unaffected.  This change affects
only counters, but that includes the counter
within each distribution.
@23Skidoo
Copy link
Collaborator

/cc @adinapoli-iohk

@23Skidoo
Copy link
Collaborator

23Skidoo commented May 2, 2019

@adinapoli-iohk Ping.

@j6carey
Copy link
Contributor Author

j6carey commented Jun 11, 2020

@23Skidoo , @adinapoli-iohk , I merged master.

@23Skidoo
Copy link
Collaborator

23Skidoo commented Jun 14, 2020

@j6carey Can you please add a notice to the changelog? nvm, did that myself

Copy link
Collaborator

@23Skidoo 23Skidoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good to me.

@23Skidoo 23Skidoo merged commit b5fc306 into haskell-github-trust:master Jun 14, 2020
@23Skidoo
Copy link
Collaborator

Merged, thanks!

@23Skidoo
Copy link
Collaborator

Released on Hackage as ekg-statsd-0.2.5.0.

@j6carey
Copy link
Contributor Author

j6carey commented Jun 15, 2020

@23Skidoo , thanks!

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

Successfully merging this pull request may close these issues.

3 participants