pg_exporter icon indicating copy to clipboard operation
pg_exporter copied to clipboard

Histogram Support

Open Vonng opened this issue 4 years ago • 0 comments

Histogram are perfect for lock & session duration distribution. e.g

pg_lock_histo{le=0}
pg_lock_histo{le=10}
pg_lock_histo{le=50}
pg_lock_histo{le=100}
pg_lock_histo{le=1000}
...

Vonng avatar May 25 '21 04:05 Vonng