Skip to content

Commit 94638b0

Browse files
authored
Fix error metrics for APIGateway example
1 parent 3d233ea commit 94638b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/apigw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ discovery:
1111
statistics: [Average, Maximum, p95, p99]
1212
- name: Count
1313
statistics: [SampleCount, Sum]
14-
- name: 4xx
14+
- name: 4XXError
1515
statistics: [Sum]
16-
- name: 5xx
16+
- name: 5XXError
1717
statistics: [Sum]

0 commit comments

Comments
 (0)