django 安装prometheus exporter
· One min read
https://github.com/korfuri/django-prometheus
新增路径
path('prometheus/', include('django_prometheus.urls')),
查看
http://0.0.0.0:8101/prometheus/metrics
最后想了想
其实在 nginx 上装就行了 放弃
https://github.com/korfuri/django-prometheus
新增路径
path('prometheus/', include('django_prometheus.urls')),
查看
http://0.0.0.0:8101/prometheus/metrics
最后想了想
其实在 nginx 上装就行了 放弃