Files
coder/coderd/promoauth/doc.go
Steven Masley 50b78e3325 chore: instrument external oauth2 requests (#11519)
* chore: instrument external oauth2 requests

External requests made by oauth2 configs are now instrumented into prometheus metrics.
2024-01-10 09:13:30 -06:00

5 lines
215 B
Go

// Package promoauth is for instrumenting oauth2 flows with prometheus metrics.
// Specifically, it is intended to count the number of external requests made
// by the underlying oauth2 exchanges.
package promoauth