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
walpb
decoder.go -rw-r--r-- 4.7 KB
doc.go -rw-r--r-- 3.0 KB
encoder.go -rw-r--r-- 2.9 KB
file_pipeline.go -rw-r--r-- 2.5 KB
file_pipeline_test.go -rw-r--r-- 1.8 KB
metrics.go -rw-r--r-- 1.3 KB
record_test.go -rw-r--r-- 2.4 KB
repair.go -rw-r--r-- 3.8 KB
repair_test.go -rw-r--r-- 5.3 KB
util.go -rw-r--r-- 3.2 KB
wal.go -rw-r--r-- 25.6 KB
wal_bench_test.go -rw-r--r-- 2.2 KB
wal_test.go -rw-r--r-- 26.6 KB

back to top