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: doc/DPL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ DPL stands for [Data Processing Layer](https://github.com/AliceO2Group/AliceO2/t
4
4
5
5
### Monitoring in DPL
6
6
7
-
A URL to the monitoring backend can be passed through `monitoring-url` parameter. This will redirect all the metric to the selected backend. The list of supported backends is available in the [Monitoring README](https://github.com/AliceO2Group/Monitoring#monitoring-instance) file.
7
+
A URL to the monitoring backend can be passed through `monitoring-backend` parameter. This will redirect all the metric to the selected backend. The list of supported backends is available in the [Monitoring README](https://github.com/AliceO2Group/Monitoring#monitoring-instance) file.
8
8
9
9
Then, from the `DataProcessingDevice` source Monitoring instance can be accessed via [Monitoring service](https://github.com/AliceO2Group/AliceO2/tree/dev/Framework/Core#monitoring-service).
10
10
@@ -15,7 +15,7 @@ There are so-called _Community Services_ available at CERN GPN network and O<sup
15
15
#### Time-series database
16
16
A time-series database, called [InfluxDB](https://docs.influxdata.com/influxdb/v1.7/), is used for metric storage.
17
17
18
-
Pass the following Monitoring URL via `--monitoring-url` to your workflow in order to redirect metrics to _Community Services_ instance:
18
+
Pass the following Monitoring URL via `--monitoring-backend` to your workflow in order to redirect metrics to _Community Services_ instance:
0 commit comments