Skip to content

Fix dashboard authz metric names: drop :connect: prefix#355

Open
mhotan wants to merge 1 commit intomainfrom
mike/fix-dashboard-metrics
Open

Fix dashboard authz metric names: drop :connect: prefix#355
mhotan wants to merge 1 commit intomainfrom
mike/fix-dashboard-metrics

Conversation

@mhotan
Copy link
Copy Markdown
Contributor

@mhotan mhotan commented Apr 21, 2026

Summary

Fix metric name mismatch in authorizer dashboard panels. The authz_allowed/authz_denied counters are registered at the service layer, not the sharedService/connect layer, so they don't have the :connect: prefix.

Before: authorizer:authorizer:cloudauthorizer:connect:authz_denied (no data)
After: authorizer:authorizer:cloudauthorizer:authz_denied (matches actual metrics)

Test Plan

  • Verified actual metric names via curl localhost:10254/metrics on identity-testing authorizer pod

🤖 Generated with Claude Code

The authz_allowed/authz_denied counters are registered at the service
layer (authorizer.go), not the sharedService/connect layer. The actual
metric name is authorizer:authorizer:cloudauthorizer:authz_denied, not
authorizer:authorizer:cloudauthorizer:connect:authz_denied.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@aviator-app
Copy link
Copy Markdown
Contributor

aviator-app Bot commented Apr 21, 2026

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes.
Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This pull request is currently open (not queued).

How to merge

To merge this PR, comment /aviator merge or add the mergequeue label.


See the real-time status of this PR on the Aviator webapp.
Use the Aviator Chrome Extension to see the status of your PR within GitHub.

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.

1 participant