cherti / mailexporter

Export Prometheus-style metrics about mail server functionality
https://prometheus.io
GNU General Public License v3.0
45 stars 9 forks source link

Implement Gauge-Histogram-Combination-Metric for Duration-Measurements #22

Closed cherti closed 7 years ago

cherti commented 7 years ago

DeliverDurations are measured as a gauge and as a histogram. Implementing an object that would combine both metrics would be useful so that we only have to log that value once but still have it in both types of metric.

cherti commented 7 years ago

Closed here.