Skip to content

Commit

Permalink
Add new deduplicated metric for vcpus. (#686)
Browse files Browse the repository at this point in the history
This metric is being forwarded, as a deduplicated metrics.

See: OSD-22023 for more information.
  • Loading branch information
bergmannf authored Apr 24, 2024
1 parent f9a5ab4 commit d2353fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions configuration/telemeter/metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"{__name__=\"eo_es_redundancy_policy_info\"}",
"{__name__=\"eo_es_storage_info\"}",
"{__name__=\"hypershift_cluster_cores\"}",
"{__name__=\"hostedcluster:hypershift_cluster_vcpus:max\"}",
"{__name__=\"imageregistry:imagestreamtags_count:sum\"}",
"{__name__=\"imageregistry:operations_count:sum\"}",
"{__name__=\"insightsclient_request_send_total\"}",
Expand Down
2 changes: 2 additions & 0 deletions resources/services/telemeter-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ objects:
- --whitelist={__name__="eo_es_redundancy_policy_info"}
- --whitelist={__name__="eo_es_storage_info"}
- --whitelist={__name__="hypershift_cluster_cores"}
- --whitelist={__name__="hostedcluster:hypershift_cluster_vcpus:max"}
- --whitelist={__name__="imageregistry:imagestreamtags_count:sum"}
- --whitelist={__name__="imageregistry:operations_count:sum"}
- --whitelist={__name__="insightsclient_request_send_total"}
Expand Down Expand Up @@ -456,6 +457,7 @@ objects:
- --whitelist={__name__="eo_es_redundancy_policy_info"}
- --whitelist={__name__="eo_es_storage_info"}
- --whitelist={__name__="hypershift_cluster_cores"}
- --whitelist={__name__="hostedcluster:hypershift_cluster_vcpus:max"}
- --whitelist={__name__="imageregistry:imagestreamtags_count:sum"}
- --whitelist={__name__="imageregistry:operations_count:sum"}
- --whitelist={__name__="insightsclient_request_send_total"}
Expand Down

0 comments on commit d2353fb

Please sign in to comment.