Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ccfos/nightingale
Browse files Browse the repository at this point in the history
  • Loading branch information
710leo committed Jan 8, 2025
2 parents 4d2ffdf + 1915701 commit 2ebd64d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
11 changes: 4 additions & 7 deletions integrations/CloudWatch/collect/cloudwatch/cloud.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
interval="5m"
[[instances]]
## Amazon Region
# list of region and endpoint, see https://docs.aws.amazon.com/general/latest/gr/cw_region.html
Expand Down Expand Up @@ -40,17 +41,13 @@
## particular metric, that metric will not be returned by the CloudWatch API
## and will not be collected by Telegraf.
#
## Requested CloudWatch aggregation Period (required)
## Must be a multiple of 60s.
period = "5m"

## Collection Delay (required)
## Must account for metrics availability via CloudWatch API
delay = "5m"

## Recommended: use metric 'interval' that is a multiple of 'period' to avoid
## gaps or overlap in pulled data
interval = "5m"
## Requested CloudWatch aggregation Period (required)
## Must be a multiple of 60s.
period = "5m"

## Recommended if "delay" and "period" are both within 3 hours of request
## time. Invalid values will be ignored. Recently Active feature will only
Expand Down
12 changes: 4 additions & 8 deletions integrations/CloudWatch/markdown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,14 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
## Note that if a period is configured that is smaller than the minimum for a
## particular metric, that metric will not be returned by the CloudWatch API
## and will not be collected by Categraf.
#
## Requested CloudWatch aggregation Period (required)
## Must be a multiple of 60s.
period = "5m"


## Collection Delay (required)
## Must account for metrics availability via CloudWatch API
delay = "5m"

## Recommended: use metric 'interval' that is a multiple of 'period' to avoid
## gaps or overlap in pulled data
interval = "5m"
## Requested CloudWatch aggregation Period (required)
## Must be a multiple of 60s.
period = "5m"

## Recommended if "delay" and "period" are both within 3 hours of request
## time. Invalid values will be ignored. Recently Active feature will only
Expand Down

0 comments on commit 2ebd64d

Please sign in to comment.