-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add metrics to observability (#2759)
Signed-off-by: Michal Drla <[email protected]>
- Loading branch information
Michal Drla
authored
Mar 15, 2023
1 parent
bd6b62e
commit 52c03cd
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
cluster-scope/overlays/prod/moc/infra/configmaps/observability-metrics-custom-allowlist.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters