docs: update wavefront docs for clearer proxy server use (#10774)

This commit is contained in:
keep94 2022-03-07 08:25:48 -08:00 committed by GitHub
parent 2c2fcc46a4
commit bb2e709b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@ This plugin writes to a [Wavefront](https://www.wavefront.com) proxy, in Wavefro
## Configuration ## Configuration
```toml ```toml
## Url for Wavefront Direct Ingestion or using HTTP with Wavefront Proxy ## Url for Wavefront Direct Ingestion. For Wavefront Proxy Ingestion, see
## If using Wavefront Proxy, also specify port. example: http://proxyserver:2878 ## the 'host' and 'port' options below.
url = "https://metrics.wavefront.com" url = "https://metrics.wavefront.com"
## Authentication Token for Wavefront. Only required if using Direct Ingestion ## Authentication Token for Wavefront. Only required if using Direct Ingestion

View File

@ -59,8 +59,8 @@ var tagValueReplacer = strings.NewReplacer("*", "-")
var pathReplacer = strings.NewReplacer("_", "_") var pathReplacer = strings.NewReplacer("_", "_")
var sampleConfig = ` var sampleConfig = `
## Url for Wavefront Direct Ingestion or using HTTP with Wavefront Proxy ## Url for Wavefront Direct Ingestion. For Wavefront Proxy Ingestion, see
## If using Wavefront Proxy, also specify port. example: http://proxyserver:2878 ## the 'host' and 'port' optioins below.
url = "https://metrics.wavefront.com" url = "https://metrics.wavefront.com"
## Authentication Token for Wavefront. Only required if using Direct Ingestion ## Authentication Token for Wavefront. Only required if using Direct Ingestion