Skip to content

Commit cb84ea5

Browse files
committed
docs(prometheus): fix metric names to include aws_ prefix for error metrics
1 parent d847890 commit cb84ea5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guide/metrics/prometheus/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ Following metrics are added:
4444
| aws_api_call_call_retries | Counter | Number of times the SDK retried requests to AWS services for SDK API calls |
4545
| aws_api_requests_total | Counter | Total number of HTTP requests that the SDK made |
4646
| aws_request_duration_seconds | Histogram | Latency of an individual HTTP request to the service endpoint |
47-
| api_call_permission_errors_total | Counter | Number of failed AWS API calls due to auth or authorization failures |
48-
| api_call_service_limit_exceeded_errors_total | Counter | Number of failed AWS API calls due to exceeding service limit |
49-
| api_call_throttled_errors_total | Counter | Number of failed AWS API calls due to throttling error |
50-
| api_call_validation_errors_total | Counter | Number of failed AWS API calls due to validation error |
47+
| aws_api_call_permission_errors_total | Counter | Number of failed AWS API calls due to auth or authorization failures |
48+
| aws_api_call_service_limit_exceeded_errors_total | Counter | Number of failed AWS API calls due to exceeding service limit |
49+
| aws_api_call_throttled_errors_total | Counter | Number of failed AWS API calls due to throttling error |
50+
| aws_api_call_validation_errors_total | Counter | Number of failed AWS API calls due to validation error |
5151
| aws_target_group_info | Gauge | Information about target group |
5252
| awslbc_readiness_gate_ready_seconds | Histogram | Time to flip a readiness gate to true |
5353
| awslbc_reconcile_stage_duration | Histogram | Latency of different reconcile stages |

0 commit comments

Comments
 (0)