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

server: add metrics for CORS handlers. #1429

Merged
merged 1 commit into from
May 12, 2019
Merged

Conversation

tsuna
Copy link
Contributor

@tsuna tsuna commented Apr 19, 2019

I am troubleshooting an issue with my Dex setup where tokens fail to get refreshed (due to getting a 401 back on /token), and I realized that there are no metrics for the /token endpoint, which is a bit annoying as it makes it harder to track how frequently this issue is happening over time, is it the first time it happens, etc. So I figured it be nice to add the same basic instrumentation that other handlers benefit from to the CORS handlers as well.

@ericchiang ericchiang merged commit cd3c698 into dexidp:master May 12, 2019
mmrath pushed a commit to mmrath/dex that referenced this pull request Sep 2, 2019
server: add metrics for CORS handlers.
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.

2 participants