Prometheus: Building a Custom Prometheus Exporter in Python
Prometheus has many ready-to-use exporters, but sometimes you may need to collect your own metrics.
For this, Prometheus provides client libraries that we can use to generate metrics with the necessary labels.
Such an exporter can be included directl...
setevoy.hashnode.dev7 min read