Skip to content

Commit

Permalink
MON-4051: Update telemeter metrics allow-list
Browse files Browse the repository at this point in the history
  • Loading branch information
xperimental authored and philipgough committed Jan 7, 2025
1 parent dbafd28 commit e320505
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions configuration/telemeter/metrics.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
[
"openshift_logging:log_forwarder_input_type:sum",
"openshift_logging:log_forwarder_output_type:sum",
"openshift_logging:log_forwarder_pipelines:sum",
"openshift_logging:log_forwarders:sum",
"openshift_logging:vector_component_received_bytes_total:rate5m",
"{__name__=\":apiserver_v1_image_imports:sum\"}",
"{__name__=\"ALERTS\",alertstate=\"firing\",severity=~\"critical|warning|info|none\"}",
"{__name__=\"ALERTS\",alertstate=\"firing\"}",
Expand Down Expand Up @@ -170,6 +165,11 @@
"{__name__=\"openshift_csi_share_mount_failures_total\"}",
"{__name__=\"openshift_csi_share_mount_requests_total\"}",
"{__name__=\"openshift_csi_share_secret\"}",
"{__name__=\"openshift_logging:log_forwarder_input_type:sum\"}",
"{__name__=\"openshift_logging:log_forwarder_output_type:sum\"}",
"{__name__=\"openshift_logging:log_forwarder_pipelines:sum\"}",
"{__name__=\"openshift_logging:log_forwarders:sum\"}",
"{__name__=\"openshift_logging:vector_component_received_bytes_total:rate5m\"}",
"{__name__=\"os_image_url_override:sum\"}",
"{__name__=\"platform:hypershift_hostedclusters:max\"}",
"{__name__=\"platform:hypershift_nodepools:max\"}",
Expand Down
20 changes: 10 additions & 10 deletions resources/services/telemeter-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ objects:
- --memcached=memcached-0.memcached.${NAMESPACE}.svc.cluster.local:11211
- --memcached=memcached-1.memcached.${NAMESPACE}.svc.cluster.local:11211
- --memcached=memcached-2.memcached.${NAMESPACE}.svc.cluster.local:11211
- --whitelist=openshift_logging:log_forwarder_input_type:sum
- --whitelist=openshift_logging:log_forwarder_output_type:sum
- --whitelist=openshift_logging:log_forwarder_pipelines:sum
- --whitelist=openshift_logging:log_forwarders:sum
- --whitelist=openshift_logging:vector_component_received_bytes_total:rate5m
- --whitelist={__name__=":apiserver_v1_image_imports:sum"}
- --whitelist={__name__="alerts",alertstate="firing",severity=~"critical|warning|info|none"}
- --whitelist={__name__="alerts",alertstate="firing"}
Expand Down Expand Up @@ -264,6 +259,11 @@ objects:
- --whitelist={__name__="openshift_csi_share_mount_failures_total"}
- --whitelist={__name__="openshift_csi_share_mount_requests_total"}
- --whitelist={__name__="openshift_csi_share_secret"}
- --whitelist={__name__="openshift_logging:log_forwarder_input_type:sum"}
- --whitelist={__name__="openshift_logging:log_forwarder_output_type:sum"}
- --whitelist={__name__="openshift_logging:log_forwarder_pipelines:sum"}
- --whitelist={__name__="openshift_logging:log_forwarders:sum"}
- --whitelist={__name__="openshift_logging:vector_component_received_bytes_total:rate5m"}
- --whitelist={__name__="os_image_url_override:sum"}
- --whitelist={__name__="platform:hypershift_hostedclusters:max"}
- --whitelist={__name__="platform:hypershift_nodepools:max"}
Expand Down Expand Up @@ -395,11 +395,6 @@ objects:
- --memcached=memcached-0.memcached.${NAMESPACE}.svc.cluster.local:11211
- --memcached=memcached-1.memcached.${NAMESPACE}.svc.cluster.local:11211
- --memcached=memcached-2.memcached.${NAMESPACE}.svc.cluster.local:11211
- --whitelist=openshift_logging:log_forwarder_input_type:sum
- --whitelist=openshift_logging:log_forwarder_output_type:sum
- --whitelist=openshift_logging:log_forwarder_pipelines:sum
- --whitelist=openshift_logging:log_forwarders:sum
- --whitelist=openshift_logging:vector_component_received_bytes_total:rate5m
- --whitelist={__name__=":apiserver_v1_image_imports:sum"}
- --whitelist={__name__="alerts",alertstate="firing",severity=~"critical|warning|info|none"}
- --whitelist={__name__="alerts",alertstate="firing"}
Expand Down Expand Up @@ -566,6 +561,11 @@ objects:
- --whitelist={__name__="openshift_csi_share_mount_failures_total"}
- --whitelist={__name__="openshift_csi_share_mount_requests_total"}
- --whitelist={__name__="openshift_csi_share_secret"}
- --whitelist={__name__="openshift_logging:log_forwarder_input_type:sum"}
- --whitelist={__name__="openshift_logging:log_forwarder_output_type:sum"}
- --whitelist={__name__="openshift_logging:log_forwarder_pipelines:sum"}
- --whitelist={__name__="openshift_logging:log_forwarders:sum"}
- --whitelist={__name__="openshift_logging:vector_component_received_bytes_total:rate5m"}
- --whitelist={__name__="os_image_url_override:sum"}
- --whitelist={__name__="platform:hypershift_hostedclusters:max"}
- --whitelist={__name__="platform:hypershift_nodepools:max"}
Expand Down

0 comments on commit e320505

Please sign in to comment.