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: Validate metric key names #4540

Merged
merged 2 commits into from
Nov 17, 2020
Merged

fix: Validate metric key names #4540

merged 2 commits into from
Nov 17, 2020

Conversation

simster7
Copy link
Member

Signed-off-by: Simon Behar [email protected]

Checklist:

@@ -14,6 +14,7 @@ import (

var (
invalidMetricNameError = "metric name is invalid: names may only contain alphanumeric characters, '_', or ':'"
invalidMetricLabelrror = "metric label '%s' is invalid: keys may only contain alphanumeric characters, '_', or ':'"
Copy link
Contributor

Choose a reason for hiding this comment

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

typo

@simster7 simster7 merged commit a712e53 into argoproj:master Nov 17, 2020
alexcapras pushed a commit to alexcapras/argo that referenced this pull request Dec 2, 2020
Signed-off-by: Simon Behar <[email protected]>
Signed-off-by: Alex Capras <[email protected]>
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.

None yet

2 participants