1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-03 10:43:58 +02:00

Update Prometheus docs

This commit is contained in:
DarthSim 2019-02-21 22:25:44 +06:00
parent 5040ba7d61
commit 2a9e198821

View File

@ -15,4 +15,7 @@ imgproxy will collect the following metrics:
* `buffer_size_bytes` - a histogram of the download/gzip buffers sizes (bytes);
* `buffer_default_size_bytes` - calibrated default buffer size (bytes);
* `buffer_max_size_bytes` - calibrated maximum buffer size (bytes);
* `vips_memory_bytes` - libvips memory usage;
* `vips_max_memory_bytes` - libvips maximum memory usage;
* `vips_allocs` - the number of active vips allocations;
* Some useful Go metrics like memstats and goroutines count.