Fix two issues

pull/35/head
stevebang 2019-02-06 15:50:32 -08:00
parent d6f6b406a5
commit a98f57ed1b
1 changed files with 4 additions and 2 deletions

View File

@ -10,9 +10,11 @@ menu:
parent: Collect data
---
>**Note:** The steps below are available on a page that appears after you complete the initial configuration described in [Set up InfluxDB](/v2.0/get-started/#setup-influxdb). After clicking one of the three options, the page is no longer available.
{{% note %}}
The steps below are available on a page that appears after you complete the initial configuration described in [Set up InfluxDB](/v2.0/get-started/#setup-influxdb). After clicking one of the three options, the page is no longer available.
>
>If you missed the change to select Quick Start or you want to learn how to configure a scraper yourself, see [Scrape data using the /metrics endpoint](influxdb/v2.0/collect-data/scraper-endpoint/).
{{% note %}}
## Use Quick Start to collect InfluxDB metrics
@ -40,7 +42,7 @@ To see a sample of the data being collected in Prometheus format, you can use on
* In a terminal window, run the following cURL command:
```
curl http://localhost:9999/metrics`.
curl http://localhost:9999/metrics
```
## Next steps