Fix indention in merge sample config
This commit is contained in:
@@ -14,7 +14,6 @@ be handled more efficiently by the output.
|
|||||||
## If true, the original metric will be dropped by the
|
## If true, the original metric will be dropped by the
|
||||||
## aggregator and will not get sent to the output plugins.
|
## aggregator and will not get sent to the output plugins.
|
||||||
drop_original = true
|
drop_original = true
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|||||||
@@ -11,10 +11,10 @@ import (
|
|||||||
const (
|
const (
|
||||||
description = "Merge metrics into multifield metrics by series key"
|
description = "Merge metrics into multifield metrics by series key"
|
||||||
sampleConfig = `
|
sampleConfig = `
|
||||||
## If true, the original metric will be dropped by the
|
## If true, the original metric will be dropped by the
|
||||||
## aggregator and will not get sent to the output plugins.
|
## aggregator and will not get sent to the output plugins.
|
||||||
drop_original = true
|
drop_original = true
|
||||||
`
|
`
|
||||||
)
|
)
|
||||||
|
|
||||||
type Merge struct {
|
type Merge struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user