mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
* chore: instrument external oauth2 requests External requests made by oauth2 configs are now instrumented into prometheus metrics.
5 lines
215 B
Go
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
|