Skip to content

Commit

Permalink
feat: adding mco_* to metrics allowlist (OCP-on-NERC#622)
Browse files Browse the repository at this point in the history
- (mco_.*) added to capture most needed currently mco_degraded_machine_count
- removed kube_pod_spec_volumes_persistentvolumeclaims_info, already
  captured by (kube_pod_.*)

Signed-off-by: ​/Thor(sten)?/ Schwesig <[email protected]>
  • Loading branch information
schwesig authored Dec 5, 2024
1 parent 08b886c commit 21debbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ data:
metrics_list.yaml: |
names:
- kube_persistentvolumeclaim_resource_requests_storage_bytes
- kube_pod_spec_volumes_persistentvolumeclaims_info
- kube_persistentvolumeclaim_info
- kube_storageclass_info
- kubelet_volume_stats_used_bytes
Expand Down Expand Up @@ -49,3 +48,4 @@ data:
- __name__=~"(argocd_.*)"
- __name__=~"(kube_node_.*)"
- __name__=~"(kube_pod_.*)"
- __name__=~"(mco_.*)"

0 comments on commit 21debbb

Please sign in to comment.