Commit 1b0964c8 authored by lauraMon's avatar lauraMon

Adds docs for rake task

parent 5dd9e7be
......@@ -286,3 +286,14 @@ To re-import the metrics you can run:
```shell
sudo gitlab-rake metrics:setup_common_metrics
```
## Import additional development metrics
A lot of different types of metrics are supported, like multi line metrics, heatmaps,
anomaly, etc.
To import these custom metrics, you can run:
```shell
sudo gitlab-rake 'metrics:setup_development_metrics[your_project_id]'
```
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment