-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
envoy prometheus endpoint fails promlint #2597
Comments
This is interesting, while I'm not familiar with the code, should we fix this in tags level (how we tag things) or just how we present this as what Prometheus wants? For the latter I can see that we can have: |
The |
In this case, should we have an "integration" to |
Destructor failig while calling derived class function envoyproxy#2722 Description: The admin endpoint of envoy when queried as a prometheus endpoint fails promlint. Promlint is a sanity check tool offered by Prometheus to check the correctness of a prometheus endpoint. following issues were fixed -fixed issue with metric type being prtinted twice -added unit test as well -fixed issue in destructors of CounterImpl and GuageImpl -changed thread_local_store_test to remove check for count of free func calls Signed-off-by: Piyush Tiwari <pitiwari@ebay.com>
Description: The admin endpoint of envoy when queried as a prometheus endpoint fails promlint. Promlint is a sanity check tool offered by Prometheus to check the correctness of a prometheus endpoint. Signed-off-by: pitiwari <pitiwari@ebay.com>
Description: Fixes #2597" The admin endpoint of envoy when queried as a prometheus endpoint fails promlint. Promlint is a sanity check tool offered by Prometheus to check the correctness of a prometheus endpoint. following issues were fixed -fixed issue with metric type being printed twice -added unit test as well Risk Level: Low Signed-off-by: pitiwari <pitiwari@ebay.com>
@pitiwari awesome work! thanks for this! |
Signed-off-by: Filip Busic <61715767+filip-doordash@users.noreply.github.com> Signed-off-by: JP Simard <jp@jpsim.com>
Signed-off-by: Filip Busic <61715767+filip-doordash@users.noreply.github.com> Signed-off-by: JP Simard <jp@jpsim.com>
Title: envoy prometheus endpoint fails promlint
Description:
[optional Relevant Links:]
The error reported by promlint is as follows:
Can this be fixed please so that the prometheus endpoint abides to the standard?
The text was updated successfully, but these errors were encountered: