minor docs cleanup
This commit is contained in:
parent
080e0dbbfa
commit
5a09735020
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue