Skip to content

Commit 688fe9a

Browse files
authored
Update DPL.md (#147)
1 parent dafc272 commit 688fe9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/DPL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DPL stands for [Data Processing Layer](https://github.com/AliceO2Group/AliceO2/t
44

55
### Monitoring in DPL
66

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.
88

99
Then, from the `DataProcessingDevice` source Monitoring instance can be accessed via [Monitoring service](https://github.com/AliceO2Group/AliceO2/tree/dev/Framework/Core#monitoring-service).
1010

@@ -15,7 +15,7 @@ There are so-called _Community Services_ available at CERN GPN network and O<sup
1515
#### Time-series database
1616
A time-series database, called [InfluxDB](https://docs.influxdata.com/influxdb/v1.7/), is used for metric storage.
1717

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:
1919
```
2020
influxdb-udp://aido2mon-gpn:8089
2121
```

0 commit comments

Comments
 (0)