We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df486f5 commit 19fe2d6Copy full SHA for 19fe2d6
README.md
@@ -189,19 +189,10 @@ def test_something():
189
190
* `sync_metrics`: Ensure that index templates have been created for
191
your metrics.
192
-
193
-```
194
-python manage.py sync_metrics
195
196
197
* `show_metrics`: Pretty-print a listing of all registered metrics.
198
-* `check_metrics`: Check if index templates have been created. Exits
+* `check_metrics`: Check if index templates are in sync. Exits
199
with an error code if any metrics are out of sync.
200
201
202
-python manage.py show_metrics
203
204
205
<!-- * `clean_metrics` : Clean old data using [curator](https://curator.readthedocs.io/en/latest/). -->
206
<!-- -->
207
<!-- ``` -->
0 commit comments