Skip to content

Commit

Permalink
feat: Add metrics to observability (#2759)
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Drla <[email protected]>
  • Loading branch information
Michal Drla authored Mar 15, 2023
1 parent bd6b62e commit 52c03cd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
kind: ConfigMap
apiVersion: v1
metadata:
name: observability-metrics-custom-allowlist
namespace: open-cluster-management-observability
data:
metrics_list.yaml: |
names:
- mapi_machine_created_timestamp_seconds
- kube_node_info
1 change: 1 addition & 0 deletions cluster-scope/overlays/prod/moc/infra/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ resources:
- ../../../../bundles/odf-external
- apiserver/api_server_cert.yaml
- configmaps/service-catalog-k8s-plugin.yaml
- configmaps/observability-metrics-custom-allowlist.yaml
- clusterversion.yaml
- externalsecrets
- kubeletconfigs/increase-worker-system-reserved-memory.yaml
Expand Down

0 comments on commit 52c03cd

Please sign in to comment.