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

Add Min() interface - rename MaxSumCount to MinMaxSumCount #352

Merged
merged 3 commits into from
Nov 26, 2019

Conversation

evantorrie
Copy link
Contributor

Fixes #319

  • update stdout exporter to collect and output the minimum value
  • update min and max atomically in Aggregator Update
  • changed all references to maxsumcount to minmaxsumcount

Fixes open-telemetry#319

* update stdout exporter to collect and output the minimum value
* update min and max atomically in Aggregator Update
* changed all references to maxsumcount to minmaxsumcount
Copy link
Contributor

@jmacd jmacd left a comment

Choose a reason for hiding this comment

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

💯

Copy link
Contributor

@rghetia rghetia left a comment

Choose a reason for hiding this comment

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

one minor nit. Otherwise LGTM.

exporter/metric/stdout/stdout.go Outdated Show resolved Hide resolved
@jmacd jmacd merged commit fef504d into open-telemetry:master Nov 26, 2019
@evantorrie evantorrie deleted the minandmax branch June 23, 2020 19:07
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.

Update MaxSumCount aggregator to MinMaxSumCount
4 participants