minor docs cleanup
This commit is contained in:
parent
080e0dbbfa
commit
5a09735020
|
|
@ -12,6 +12,7 @@ defer to the output plugins configuration.
|
|||
### Configuration:
|
||||
|
||||
```toml
|
||||
[[inputs.influxdb_v2_listener]]
|
||||
## Address and port to host InfluxDB listener on
|
||||
service_address = ":9999"
|
||||
|
||||
|
|
@ -19,7 +20,7 @@ defer to the output plugins configuration.
|
|||
## 0 means to use the default of 32MiB.
|
||||
# max_body_size = "32MiB"
|
||||
|
||||
## Optional tag to determine the bucket.
|
||||
## Optional tag to determine the bucket.
|
||||
## If the write has a bucket in the query string then it will be kept in this tag name.
|
||||
## This tag can be used in downstream outputs.
|
||||
## The default value of nothing means it will be off and the database will not be recorded.
|
||||
|
|
|
|||
|
|
@ -2793,6 +2793,7 @@ def apply(metric):
|
|||
})
|
||||
}
|
||||
}
|
||||
|
||||
func TestAllScriptTestData(t *testing.T) {
|
||||
// can be run from multiple folders
|
||||
paths := []string{"testdata", "plugins/processors/starlark/testdata"}
|
||||
|
|
|
|||
Loading…
Reference in New Issue