Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(prometheus): improve logging when having the inconsistent labels …
…count (#13020) Currently, the Prometheus plugin will log the following error if we have encountered an inconsistent label count while debugging: ``` [error]... inconsistent labels count, expected 6, got 5 ``` It's hard to identify which metric is going wrong, and it will be helpful if we can bring the metric name as well: ``` [error]... metric 'bandwidth_bytes' has the inconsistent labels count, expected 6, got 5 ``` Co-authored-by: Qi <44437200+ADD-SP@users.noreply.github.com>
- Loading branch information
f46a957
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bazel Build
Docker image available
kong/kong:f46a9572b359a0d02fed1defe997d400436ba822
Artifacts available https://github.com/Kong/kong/actions/runs/9360855437