diff --git a/examples/apigw.yml b/examples/apigw.yml index e37129a8b..9c85f9587 100644 --- a/examples/apigw.yml +++ b/examples/apigw.yml @@ -11,7 +11,9 @@ discovery: statistics: [Average, Maximum, p95, p99] - name: Count statistics: [SampleCount, Sum] - - name: 4xx + - name: 4XXError + # Creates metric: `aws_apigateway_4_xxerror_sum` statistics: [Sum] - - name: 5xx + - name: 5XXError + # Creates metric: `aws_apigateway_5_xxerror_sum` statistics: [Sum]