Skip to content

Commit

Permalink
Update doc link in example
Browse files Browse the repository at this point in the history
  • Loading branch information
lockewritesdocs authored Aug 27, 2024
1 parent f828f95 commit fffcdb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/mapping-rules/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "chronosphere_mapping_rule" "http_request_duration" {
bucket_id = chronosphere_bucket.b.id
filter = "__name__:http_request_duration k8s_pod:*"

# See https://docs.chronosphere.io/documentation/user/metrics/aggregation-rules#supported-aggregation-operations for supported values.
# See https://docs.chronosphere.io/control/shaping/rules/rollup#supported-aggregation-operations for supported values.
aggregations = [
"LAST",
]
Expand All @@ -15,4 +15,4 @@ resource "chronosphere_mapping_rule" "http_request_duration" {
}

mode = "PREVIEW"
}
}

0 comments on commit fffcdb7

Please sign in to comment.