We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug metric envoy__rule_engine_zlib_buf_error becomes envoy_rule_engine_zlib_buf_error after prometheus translator
envoy__rule_engine_zlib_buf_error
envoy_rule_engine_zlib_buf_error
Steps to reproduce in this test, add following and execute
require.Equal(t, "envoy__rule_engine_zlib_buf_error", CleanUpString("envoy__rule_engine_zlib_buf_error"))
Error: Not equal: expected: "envoy__rule_engine_zlib_buf_error" actual : "envoy_rule_engine_zlib_buf_error"
What did you expect to see? envoy__rule_engine_zlib_buf_error
What did you see instead? envoy_rule_engine_zlib_buf_error
What version did you use? Version: latest commit
What config did you use? Config: (e.g. the yaml config file)
Environment OS: (e.g., "Ubuntu 20.04") Compiler(if manually compiled): (e.g., "go 14.2")
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
newly12
Successfully merging a pull request may close this issue.
Describe the bug
metric
envoy__rule_engine_zlib_buf_error
becomesenvoy_rule_engine_zlib_buf_error
after prometheus translatorSteps to reproduce
in this test, add following and execute
What did you expect to see?
envoy__rule_engine_zlib_buf_error
What did you see instead?
envoy_rule_engine_zlib_buf_error
What version did you use?
Version: latest commit
What config did you use?
Config: (e.g. the yaml config file)
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: