Skip to content

Commit

Permalink
Merge pull request #341 from niallthomson/fix_request_total_description
Browse files Browse the repository at this point in the history
Fix API server request total metric description
  • Loading branch information
jicowan authored Jul 10, 2023
2 parents 7c342eb + ea72730 commit 10b81bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/reliability/docs/controlplane.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Consider monitoring these control plane metrics:

| Metric | Description |
|:--|:--|
| `apiserver_request_total` | Counter of apiserver requests broken out for each verb, dry run value, group, version, resource, scope, component, client, and HTTP response contentType and code. |
| `apiserver_request_total` | Counter of apiserver requests broken out for each verb, dry run value, group, version, resource, scope, component, and HTTP response code. |
| `apiserver_request_duration_seconds*` | Response latency distribution in seconds for each verb, dry run value, group, version, resource, subresource, scope, and component. |
| `apiserver_admission_controller_admission_duration_seconds` | Admission controller latency histogram in seconds, identified by name and broken out for each operation and API resource and type (validate or admit). |
| `apiserver_admission_webhook_rejection_count` | Count of admission webhook rejections. Identified by name, operation, rejection_code, type (validating or admit), error_type (calling_webhook_error, apiserver_internal_error, no_error) |
Expand Down

0 comments on commit 10b81bb

Please sign in to comment.