minor docs cleanup

This commit is contained in:
Steven Soroka 2020-09-18 15:05:57 -04:00
parent 080e0dbbfa
commit 5a09735020
2 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,7 @@ defer to the output plugins configuration.
### Configuration: ### Configuration:
```toml ```toml
[[inputs.influxdb_v2_listener]]
## Address and port to host InfluxDB listener on ## Address and port to host InfluxDB listener on
service_address = ":9999" service_address = ":9999"

View File

@ -2793,6 +2793,7 @@ def apply(metric):
}) })
} }
} }
func TestAllScriptTestData(t *testing.T) { func TestAllScriptTestData(t *testing.T) {
// can be run from multiple folders // can be run from multiple folders
paths := []string{"testdata", "plugins/processors/starlark/testdata"} paths := []string{"testdata", "plugins/processors/starlark/testdata"}