You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/NightStatisticsMonitoring.md
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -195,16 +195,25 @@ We store the collected statistics in our repository. You can find two special br
195
195
196
196
The `monitoring-data` branch is a storage for raw statistics data as well as metadata.
197
197
198
-
The filename format: `<yyyy>-<mm>-<dd>-<hh>-<MM>-<ss>-<branch>-<short commit hash>.json`
198
+
The filename format: `<yyyy>-<mm>-<dd>-<hh>-<MM>-<ss>-<branch>-<short commit hash>-<runner number>.json`
199
199
200
-
### Grafana (in process)
200
+
### Grafana
201
201
202
202
#### Usage
203
203
204
204
We can use [Grafana](https://monitoring.utbot.org) for more dynamic and detailed statistics visualisation. Grafana pulls data from our repository automatically.
205
205
206
206
#### Metrics format
207
207
208
+
Our goal after collecting statistics is uploading results into grafana. For this we should prepare data and send it to our server.
209
+
210
+
The `prepare_metrics.py` script is responsible for doing this. To run it you have to specify the following arguments.
211
+
212
+
To get more information about input arguments call script with option `--help`.
213
+
214
+
Output format: you get the JSON file, containing array of metrics with some labels.
0 commit comments