diff --git a/content/v2.0/get-started.md b/content/v2.0/get-started.md index 0febf8ead..72e97e079 100644 --- a/content/v2.0/get-started.md +++ b/content/v2.0/get-started.md @@ -572,7 +572,7 @@ and [Manually update Telegraf configurations](/v2.0/write-data/use-telegraf/manu #### Scrape data **InfluxDB OSS** lets you scrape Prometheus-formatted metrics from HTTP endpoints. -For details, see [Scrape data](/v2.0/write-data/scrape-data/). +For details, see [Scrape data](/v2.0/write-data/no-code/scrape-data/). #### API, CLI, and client libraries @@ -607,7 +607,7 @@ See [Monitor and alert](/v2.0/monitor-alert/). {{< cloud-name >}} is API-compatible and functionally compatible with InfluxDB OSS 2.0. The primary differences between InfluxDB OSS 2.0 and InfluxDB Cloud 2.0 are: -- [InfluxDB scrapers](/v2.0/write-data/scrape-data/) that collect data from specified +- [InfluxDB scrapers](/v2.0/write-data/no-code/scrape-data/) that collect data from specified targets are not available in {{< cloud-name "short" >}}. - {{< cloud-name "short" >}} instances are currently limited to a single organization. diff --git a/content/v2.0/write-data/best-practices/optimize-writes.md b/content/v2.0/write-data/best-practices/optimize-writes.md index d5456f161..c18cc7d62 100644 --- a/content/v2.0/write-data/best-practices/optimize-writes.md +++ b/content/v2.0/write-data/best-practices/optimize-writes.md @@ -15,7 +15,7 @@ Use these tips to optimize performance and system overhead when writing data to The following tools write to InfluxDB and employ write optimizations by default: - [Telegraf](/v2.0/write-data/use-telegraf/) -- [InfluxDB scrapers](/v2.0/write-data/scrape-data/) +- [InfluxDB scrapers](/v2.0/write-data/no-code/scrape-data/) - [InfluxDB client libraries](/v2.0/reference/api/client-libraries/) {{% /note %}} diff --git a/content/v2.0/write-data/no-code/scrape-data/_index.md b/content/v2.0/write-data/no-code/scrape-data/_index.md index 46ba45d04..6ea6bea1f 100644 --- a/content/v2.0/write-data/no-code/scrape-data/_index.md +++ b/content/v2.0/write-data/no-code/scrape-data/_index.md @@ -8,6 +8,7 @@ description: > aliases: - /v2.0/collect-data/scraper-metrics-endpoint - /v2.0/collect-data/scrape-data + - /v2.0/write-data/scrape-data - /v2.0/write-data/scrapable-endpoints v2.0/tags: [scraper] menu: