Revision 008074187c329c5fe73944a486040f1135229e64 authored by Gyuho Lee on 12 August 2020, 17:23:22 UTC, committed by Gyuho Lee on 13 August 2020, 01:38:35 UTC
Similar counts are exposed via Prometheus.
This adds the one that are perceived by etcd server.

e.g.

os_fd_limit 120000
os_fd_used 14
process_cpu_seconds_total 0.31
process_max_fds 120000
process_open_fds 17

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
1 parent cf558ee
History
File Mode Size
authpb
doc.go -rw-r--r-- 687 bytes
jwt.go -rw-r--r-- 4.3 KB
jwt_test.go -rw-r--r-- 4.8 KB
metrics.go -rw-r--r-- 1.2 KB
nop.go -rw-r--r-- 1.2 KB
options.go -rw-r--r-- 4.1 KB
range_perm_cache.go -rw-r--r-- 3.8 KB
range_perm_cache_test.go -rw-r--r-- 3.0 KB
simple_token.go -rw-r--r-- 6.0 KB
simple_token_test.go -rw-r--r-- 2.3 KB
store.go -rw-r--r-- 37.4 KB
store_test.go -rw-r--r-- 22.2 KB

back to top