Fix indention in merge sample config

This commit is contained in:
Daniel Nelson 2020-01-08 10:48:06 -08:00
parent d62ff1d25c
commit 5f52b9538d
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
2 changed files with 4 additions and 5 deletions

View File

@ -14,7 +14,6 @@ be handled more efficiently by the output.
## If true, the original metric will be dropped by the
## aggregator and will not get sent to the output plugins.
drop_original = true
```
### Example

View File

@ -11,10 +11,10 @@ import (
const (
description = "Merge metrics into multifield metrics by series key"
sampleConfig = `
## If true, the original metric will be dropped by the
## aggregator and will not get sent to the output plugins.
drop_original = true
`
## If true, the original metric will be dropped by the
## aggregator and will not get sent to the output plugins.
drop_original = true
`
)
type Merge struct {