mailsac / dracula

Count Dracula is a fast, lightweight metrics server that counts entries while automatically expiring old ones
Other
52 stars 3 forks source link

Adds prometheus metric exporter (optional) to Store #5

Closed ruffrey closed 1 year ago

ruffrey commented 1 year ago

When passing --prom=<host>:<port>, a prometheus metrics exporter will be made available.

There are limitations due to performance and current design. It only really reports the number of namespaces, and some metrics for the namespaces which were randomly garbage collected during the last run.