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

Fix metric validation #5581

Merged
merged 2 commits into from
Jan 29, 2020
Merged

Fix metric validation #5581

merged 2 commits into from
Jan 29, 2020

Conversation

ofek
Copy link
Contributor

@ofek ofek commented Jan 29, 2020

@@ -17,7 +17,7 @@

ALL_HEADERS = REQUIRED_HEADERS | OPTIONAL_HEADERS

VALID_METRIC_TYPE = {'count', 'counter', 'distribution', 'gauge', 'rate'}
VALID_METRIC_TYPE = {'count', 'gauge', 'rate'}
Copy link
Member

Choose a reason for hiding this comment

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

Good catch!

@ofek ofek merged commit bddb78e into master Jan 29, 2020
@ofek ofek deleted the ofek-patch-1 branch January 29, 2020 14:26
AlexandreYang pushed a commit that referenced this pull request Jan 30, 2020
* Fix metric validation

* fix
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.

2 participants