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 send_distribution_sums_as_monotonic to openmetrics config spec #6247

Merged
merged 2 commits into from
Apr 3, 2020

Conversation

AlexandreYang
Copy link
Member

What does this PR do?

Sync openmetrics config

Motivation

Additional Notes

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • PR title must be written as a CHANGELOG entry (see why)
  • Files changes must correspond to the primary purpose of the PR as described in the title (small unrelated changes should have their own PR)
  • PR must have changelog/ and integration/ labels attached

@@ -132,7 +132,7 @@ instances:
## Set send_distribution_sums_as_monotonic to true to send histograms & summary
## sum as monotonic counters (instead of gauges).
#
# send_distribution_sums_as_monotonic: true
# send_distribution_sums_as_monotonic: false
Copy link
Member Author

Choose a reason for hiding this comment

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

See:

default_instance.get('send_distribution_sums_as_monotonic', False),

@AlexandreYang AlexandreYang changed the title Sync openmetrics config Add send_distribution_sums_as_monotonic to openmetrics config spec Apr 3, 2020
Copy link
Contributor

@ChristineTChen ChristineTChen left a comment

Choose a reason for hiding this comment

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

Thanks!

@AlexandreYang AlexandreYang merged commit 2a24aad into master Apr 3, 2020
@AlexandreYang AlexandreYang deleted the alex/openmetrics_fix_ci branch April 3, 2020 15:47
@florimondmanca florimondmanca mentioned this pull request Apr 3, 2020
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants