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

changes the order gRPC prometheus middleware #1209

Merged
merged 1 commit into from
Mar 16, 2023

Conversation

vroldanbet
Copy link
Contributor

the middleware is installed right before the auth middleware. As a consequence, we don't get proper
metrics around denied requests because it never actually reaches the gRPC prometheus middleware

the middleware is installed right before the auth
middleware. As a consequence, we don't get proper
metrics around denied requests because
it never actually reaches the grpc prom middleware
@vroldanbet vroldanbet requested a review from a team as a code owner March 16, 2023 17:32
@github-actions github-actions bot added the area/CLI Affects the command line label Mar 16, 2023
@vroldanbet vroldanbet self-assigned this Mar 16, 2023
@vroldanbet vroldanbet merged commit 1278dc2 into main Mar 16, 2023
@vroldanbet vroldanbet deleted the reorder-grpc-prom-middleware branch March 16, 2023 20:49
@github-actions github-actions bot locked and limited conversation to collaborators Mar 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/CLI Affects the command line
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants