File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/guide/metrics/prometheus Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments