Fix README.md and improve example config description (#6707)
This commit is contained in:
parent
c3e3236bab
commit
4e8aa8ad1b
|
@ -47,5 +47,5 @@ also save AWS API cost. If enable this flag, this plugin would parse the require
|
||||||
aggregator to calculate those fields. If not all statistic fields are available,
|
aggregator to calculate those fields. If not all statistic fields are available,
|
||||||
all fields would still be sent as raw metrics.
|
all fields would still be sent as raw metrics.
|
||||||
|
|
||||||
## high_resolution_metrics
|
### high_resolution_metrics
|
||||||
Enable high resolution metrics (1 second precision) instead of standard ones (60 seconds precision)
|
Enable high resolution metrics (1 second precision) instead of standard ones (60 seconds precision)
|
|
@ -192,8 +192,8 @@ var sampleConfig = `
|
||||||
## fields are available, all fields would still be sent as raw metrics.
|
## fields are available, all fields would still be sent as raw metrics.
|
||||||
# write_statistics = false
|
# write_statistics = false
|
||||||
|
|
||||||
## Enable high resolution metrics of 1 second (standard resolution metrics are 60 seconds)
|
## Enable high resolution metrics of 1 second (if not enabled, standard resolution are of 60 seconds precision)
|
||||||
## high_resolution_metrics = false
|
# high_resolution_metrics = false
|
||||||
`
|
`
|
||||||
|
|
||||||
func (c *CloudWatch) SampleConfig() string {
|
func (c *CloudWatch) SampleConfig() string {
|
||||||
|
|
Loading…
Reference in New Issue