Transform Graphite tags into Prometheus labels
Currently the http module exposes Prometheus metrics and replaces the .
character with _
in the metrics name. Perhaps this can be extended to also transform Graphite tags into Prometheus labels.
Since I don't have permission to fork the project, I leave a patch attached that implements this feature.