Django

Django metrics dashboard using django-prometheus metrics exporter

Django screenshot 1
Django screenshot 2

Django metrics dashboard showing request latency, top long executing views, database and cache status. Uses django-prometheus metrics exporter.

Application label is injected in Prometheus configuration to distinguish virtual hosts:

- job name: django
  static_configs:
    - targets: ['localhost:9110']
      labels:
        app: 'somesite'
Revisions
RevisionDescriptionCreated

Get this dashboard

Import the dashboard template

or

Download JSON

Datasource
Dependencies