Skip to content

Commit

Permalink
MON-4051: Update telemeter metrics allow-list (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
xperimental authored Nov 13, 2024
1 parent f9a5a6a commit 238f33c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configuration/telemeter/metrics.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
"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
10 changes: 10 additions & 0 deletions resources/services/telemeter-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ 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 @@ -389,6 +394,11 @@ 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

0 comments on commit 238f33c

Please sign in to comment.