Skip to content

Server-side metric for spent ZKAPs for Prometheus

Jean-Paul Calderone requested to merge 141.serverside-prometheus-metrics into main

Fixes #259 (closed)

This is broken down into a histogram by number of ZKAPs spent. This correlates relatively well with actual size. It's also simpler than trying to fix two dimensions into one histogram (file size and ZKAPs spent). If this provides insufficient visibility we can add another metric but let's see how it works in practice first.

Merge request reports