apiserver/pkg/authentication/token
Mike Danese 5b8058738a token cache: make fetch_total a counter
Downstreams assume process restarts when counters decrement. Currently,
the "active" label is expected to decrement but the "ok" and "error"
labels are intended to be handled as counters. This is unneccesary and
hard to deal with. This changes consolidate "blocking" and "in_flight"
tracking into a single guage, which allows fetch completion to be a pure
counter.

Kubernetes-commit: dc5934f58456d95b0264665871c0c48e16ee6469
2020-01-07 08:48:25 -08:00
..
cache token cache: make fetch_total a counter 2020-01-07 08:48:25 -08:00
tokenfile Move from glog to klog 2018-11-09 13:49:10 -05:00
union rebase authenticators onto new interface. 2018-10-15 15:17:36 -07:00