Merge pull request #1302 from influxdata/citibike-link-fix

Fixed broken link
pull/1310/head
noramullen1 2020-08-13 12:03:35 -07:00 committed by GitHub
commit 3db991569a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ To retrieve data from the Citi Bike URL endpoint, enable the `inputs.http` input
Specify the following options:
### `urls`
One or more URLs to read metrics from. For this example, use `https://feeds.citibikenyc.com/stations/stations.json`.
One or more URLs to read metrics from. For this example, use `https://gbfs.citibikenyc.com/gbfs/en/station_status.json`.
### `data_format`
The format of the data in the HTTP endpoints that Telegraf will ingest. For this example, use JSON.