Seems to be a toml parse bug around triple pounds
This commit is contained in:
@@ -25,10 +25,10 @@ type CloudWatch struct {
|
||||
}
|
||||
|
||||
var sampleConfig = `
|
||||
### Amazon REGION
|
||||
## Amazon REGION
|
||||
region = 'us-east-1'
|
||||
|
||||
### Namespace for the CloudWatch MetricDatums
|
||||
## Namespace for the CloudWatch MetricDatums
|
||||
namespace = 'InfluxData/Telegraf'
|
||||
`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user