korfuri / django-prometheus

Export Django monitoring metrics for Prometheus.io
Apache License 2.0
1.44k stars 244 forks source link

Custom namespace #411

Closed hatamiarash7 closed 1 year ago

hatamiarash7 commented 1 year ago

We need a custom namespace for metrics from multiple projects. For example:

projectA_django_http_requests_total_by_method_total{method="GET"} 

and

projectB_django_http_requests_total_by_method_total{method="GET"} 
hatamiarash7 commented 1 year ago

I found this. The readme should be updated.