File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
tools/prom-metrics-collector Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 2020#
2121set -e
2222
23- linter_image_tag=" v0.0.11 "
23+ linter_image_tag=" v0.0.12 "
2424
2525PROJECT_ROOT=" $( readlink -e " $( dirname " ${BASH_SOURCE[0]} " ) " /../) "
2626export METRICS_COLLECTOR_PATH=" ${METRICS_COLLECTOR_PATH:- ${PROJECT_ROOT} / tools/ prom-metrics-collector} "
Original file line number Diff line number Diff line change @@ -32,11 +32,8 @@ import (
3232)
3333
3434// This should be used only for very rare cases where the naming conventions that are explained in the best practices:
35- // https://sdk.operatorframework.io/docs/best-practices/observability-best-practices/#metrics-guidelines
36- // should be ignored.
37- var excludedMetrics = map [string ]struct {}{
38- "cluster:vmi_request_cpu_cores:sum" : {},
39- }
35+ // https://sdk.operatorframework.io/docs/best-practices/observability-best-practices/ should be ignored.
36+ var excludedMetrics = map [string ]struct {}{}
4037
4138type RecordingRule struct {
4239 Record string `json:"record,omitempty"`
You can’t perform that action at this time.
0 commit comments