docs: update wavefront docs for clearer proxy server use (#10774)
This commit is contained in:
parent
2c2fcc46a4
commit
bb2e709b37
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue