Bug 1986840 - track number of active alertmanager receivers via telemetry
Summary: track number of active alertmanager receivers via telemetry
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Monitoring
Version: 4.9
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: 4.9.0
Assignee: Pawel Krupa
QA Contact: Junqi Zhao
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-07-28 12:42 UTC by Pawel Krupa
Modified: 2021-08-03 11:10 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-08-03 11:10:38 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-monitoring-operator pull 1209 0 None open Bug 1986840: track number of active alertmanager receivers via telemetry 2021-07-28 12:43:37 UTC

Description Pawel Krupa 2021-07-28 12:42:27 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 Junqi Zhao 2021-07-29 06:20:19 UTC
checked with 4.9.0-0.nightly-2021-07-28-181504, we can find "cluster:alertmanager_integrations:max" from telemetry-config configmap
# oc -n openshift-monitoring get cm telemetry-config -o jsonpath="{.data.metrics\.yaml}"  | grep "cluster:alertmanager_integrations:max" -C2
# owners: (@openshift/openshift-team-monitoring)
#
# cluster:alertmanager_integrations:max tracks the total number of active alertmanager integrations sent via telemetry from each cluster.
- '{__name__="cluster:alertmanager_integrations:max"}'
#
# owners: (@openshift/openshift-team-monitoring)

I am afraid we still need one PR for telemetry, did not find the metrics in
https://github.com/rhobs/configuration/blob/main/configuration/telemeter/metrics.json


Note You need to log in before you can comment on or make changes to this bug.