apiserver/pkg/endpoints/filterlatency
Abu Kashem 9b40000eaa Measure how much time a request spends in server filter(s):
- A: the timestamp a particular filter starts executing for a request.
- B: the timestamp the particular filter has completed and the next handler
     in the chain has started executing.

We define filter latency as `B - A`. Introduce a new metric to track filter latency:
"apiserver_request_filter_duration_seconds"
This measures request filter latency distribution in seconds, for each filter type.

Kubernetes-commit: 99df0b15816cd59ed548235f33c7ab2add940eba
2020-10-13 18:05:44 -04:00
..
filterlatency.go Measure how much time a request spends in server filter(s): 2020-10-13 18:05:44 -04:00
filterlatency_test.go Measure how much time a request spends in server filter(s): 2020-10-13 18:05:44 -04:00