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

Add metrics for OIDC #7877

Open
creydr opened this issue Apr 26, 2024 · 0 comments
Open

Add metrics for OIDC #7877

creydr opened this issue Apr 26, 2024 · 0 comments
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.

Comments

@creydr
Copy link
Member

creydr commented Apr 26, 2024

As the Eventing OIDC feature track describes, cluster administrators and developers should be able to see the following metrics for a particular resource:

  • Number of unauthenticated requests (these requests will get a 401 status code)
  • Number of requests with an invalid token (these requests will get a 401 status code)

In addition, event senders (Triggers, Subscriptions, Sources) should record the following metrics:

  • Whether or not the event was delivered with an identity
  • How often an identity was fetched (vs used from a cache) and any errors fetching tokens
@creydr creydr added the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Projects
Status: No status
Development

No branches or pull requests

1 participant