Merge pull request #5830 from vmartsynovskyy/fix-docs
Fix incorrect examples in docs
This commit is contained in:
commit
a3487fc74c
|
@ -19,19 +19,19 @@ go build
|
||||||
Graphite example:
|
Graphite example:
|
||||||
|
|
||||||
```
|
```
|
||||||
./remote_storage_adapter -graphite-address=localhost:8080
|
./remote_storage_adapter --graphite-address=localhost:8080
|
||||||
```
|
```
|
||||||
|
|
||||||
OpenTSDB example:
|
OpenTSDB example:
|
||||||
|
|
||||||
```
|
```
|
||||||
./remote_storage_adapter -opentsdb-url=http://localhost:8081/
|
./remote_storage_adapter --opentsdb-url=http://localhost:8081/
|
||||||
```
|
```
|
||||||
|
|
||||||
InfluxDB example:
|
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:
|
To show all flags:
|
||||||
|
|
Loading…
Reference in New Issue