mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Fix incorrect examples in docs
Signed-off-by: Vadym Martsynovskyy <vmartsynovskyy@gmail.com>
This commit is contained in:
parent
8d6ec5acdc
commit
a9970a47ef
|
@ -19,19 +19,19 @@ go build
|
|||
Graphite example:
|
||||
|
||||
```
|
||||
./remote_storage_adapter -graphite-address=localhost:8080
|
||||
./remote_storage_adapter --graphite-address=localhost:8080
|
||||
```
|
||||
|
||||
OpenTSDB example:
|
||||
|
||||
```
|
||||
./remote_storage_adapter -opentsdb-url=http://localhost:8081/
|
||||
./remote_storage_adapter --opentsdb-url=http://localhost:8081/
|
||||
```
|
||||
|
||||
InfluxDB example:
|
||||
|
||||
```
|
||||
./remote_storage_adapter -influxdb-url=http://localhost:8086/ -influxdb.database=prometheus -influxdb.retention-policy=autogen
|
||||
./remote_storage_adapter --influxdb-url=http://localhost:8086/ --influxdb.database=prometheus --influxdb.retention-policy=autogen
|
||||
```
|
||||
|
||||
To show all flags:
|
||||
|
|
Loading…
Reference in a new issue