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

cernan.sinks.prometheus.aggregation.reportable as SET, not SUM #435

Merged
merged 1 commit into from
May 2, 2018

Conversation

blt
Copy link
Collaborator

@blt blt commented Apr 12, 2018

In the Prometheus sink we have PROMETHEUS_AGGR_REPORTABLE as a
store, rather than a summation. We previously reported this out
as a SUM from the internal source. This commit corrects that
mistake.

Signed-off-by: Brian L. Troutwine blt@postmates.com

In the Prometheus sink we have PROMETHEUS_AGGR_REPORTABLE as a
store, rather than a summation. We previously reported this out
as a SUM from the internal source. This commit corrects that
mistake.

Signed-off-by: Brian L. Troutwine <blt@postmates.com>
@codecov
Copy link

codecov bot commented Apr 12, 2018

Codecov Report

Merging #435 into master will increase coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #435      +/-   ##
==========================================
+ Coverage   91.82%   91.87%   +0.04%     
==========================================
  Files          31       31              
  Lines        4171     4171              
==========================================
+ Hits         3830     3832       +2     
+ Misses        341      339       -2

@blt blt requested a review from pulltab April 13, 2018 01:06
@blt blt merged commit 12520e9 into master May 2, 2018
@blt blt deleted the prometheus_telemetry_correction branch May 2, 2018 17:58
blt pushed a commit that referenced this pull request May 22, 2018
This release contains a memory-leak fix for our kafka dependency
as well as a change to prometheus internal telemetry. The bulk of
the diff is in automatic upgrades to our crates.

  * 12520e9 :: cernan.sinks.prometheus.aggregation.reportable as SET, not SUM (#435)
  * ed4339e :: Upgrade rdkafka to 0.11.4 (rustrdkafka to 0.16.0) (#436)

Signed-off-by: Brian L. Troutwine <blt@postmates.com>
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.

1 participant