1.4 KiB
1.4 KiB
title | list_title | description | aliases | influxdb/v2/tags | menu | weight | related | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Create an InfluxDB scraper | Create a scraper | Create an InfluxDB scraper that collects data from InfluxDB or a remote endpoint. |
|
|
|
301 |
|
InfluxDB scrapers collect data from specified targets at regular intervals, then write the scraped data to an InfluxDB bucket. Scrapers can collect data from any HTTP(S)-accessible endpoint that provides data in the Prometheus data format.
Create a scraper in the InfluxDB UI
-
In the navigation menu on the left, select Data (Load Data) > Scrapers.
{{< nav-icon "load data" >}}
-
Click {{< icon "plus" >}} Create Scraper.
-
Enter a Name for the scraper.
-
Select a Bucket to store the scraped data.
-
Enter the Target URL to scrape. The default URL value is
http://localhost:8086/metrics
, which provides InfluxDB-specific metrics in the Prometheus data format. -
Click Create.
The new scraper will begin scraping data after approximately 10 seconds, then continue scraping in 10 second intervals.