Merge pull request #5830 from vmartsynovskyy/fix-docs

Fix incorrect examples in docs
This commit is contained in:
Ganesh Vernekar 2019-08-05 11:38:02 +05:30 committed by GitHub
commit a3487fc74c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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: