Skip to content

Commit c3a19ce

Browse files
devmonkey22korfuri
authored andcommitted
Added brief docs for PROMETHEUS_EXPORT_MIGRATIONS setting per #49 (#87)
1 parent 33454a0 commit c3a19ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ are exported, `django_migrations_applied_by_connection` and
122122
`django_migrations_unapplied_by_connection`. You may want to alert if
123123
there are unapplied migrations.
124124

125+
If you want to disable the Django migration metrics, set the
126+
`PROMETHEUS_EXPORT_MIGRATIONS` setting to False.
127+
128+
125129
### Monitoring and aggregating the metrics
126130

127131
Prometheus is quite easy to set up. An example prometheus.conf to

0 commit comments

Comments
 (0)