Skip to content

Commit

Permalink
manifests/telemetry: replace apiserver_request_count with apiserver_r…
Browse files Browse the repository at this point in the history
…equest_total

Currently the old metric name is used in the whitelist resulting in the
metric data not being collected.
This fixes it by replacing the name in the manifest with the new one.
  • Loading branch information
martinpovolny committed Jun 24, 2020
1 parent 31f0ca4 commit bcdaf19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/0000_50_cluster_monitoring_operator_04-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ data:
# upgrades from failing for end users.
- '{__name__="ALERTS",alertstate="firing"}'
# the following three metrics will be used for SLA analysis reports.
# (@openshift/openshift-team-olm) code:apiserver_request_count:rate:sum identifies average of occurances
# (@openshift/openshift-team-olm) code:apiserver_request_count:rate:sum identifies average of occurences
# of each http status code over 10 minutes
- '{__name__="code:apiserver_request_count:rate:sum"}'
- '{__name__="code:apiserver_request_total:rate:sum"}'
# (@openshift/openshift-team-olm, @openshift/openshift-team-cluster-manager)
# cluster:capacity_cpu_cores:sum is the total number of CPU cores in the
# cluster labeled by node role and type.
Expand Down

0 comments on commit bcdaf19

Please sign in to comment.