Bug 1829723

Summary: User workload monitoring alerts fire out of the box
Product: OpenShift Container Platform Reporter: Lili Cosic <lcosic>
Component: MonitoringAssignee: Damien Grisonnet <dgrisonn>
Status: CLOSED ERRATA QA Contact: Junqi Zhao <juzhao>
Severity: low Docs Contact:
Priority: low    
Version: 4.5CC: alegrand, anpicker, bparees, erooth, kakkoyun, lcosic, pkrupa, sippy, spasquie, ssonigra, surbania
Target Milestone: ---   
Target Release: 4.7.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
job=periodic-ci-openshift-release-master-ci-4.7-upgrade-from-stable-4.6-e2e-aws-uwm=all
Last Closed: 2021-02-24 15:12:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2078667    

Description Lili Cosic 2020-04-30 07:47:42 UTC
Description of problem:
Due to recent enabling of Prometheus own alerts for user workload prometheus some of them start firing after user workload monitoring is enabled and no samples are ingested by prometheus. 

> Prometheus openshift-user-workload-monitoring/prometheus-user-workload-0 is not ingesting samples.

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


Expected results:
No alerts firing when enabling user workload monitoring.

Comment 19 Junqi Zhao 2020-12-14 04:00:27 UTC
issue is fixed
4.7.0-0.nightly-2020-12-13-202314, enabled UserWorkload, there is not PrometheusNotIngestingSamples alert
# oc -n openshift-monitoring get cm cluster-monitoring-config -oyaml
apiVersion: v1
data:
  config.yaml: |
    enableUserWorkload: true
kind: ConfigMap
metadata:
  name: cluster-monitoring-config
  namespace: openshift-monitoring

# token=`oc sa get-token prometheus-k8s -n openshift-monitoring`
# oc -n openshift-monitoring exec -c prometheus prometheus-k8s-0 -- curl -k -H "Authorization: Bearer $token" 'https://prometheus-k8s.openshift-monitoring.svc:9091/api/v1/alerts' | jq '.data.alerts[].labels | {alertname}'
{
  "alertname": "AlertmanagerReceiversNotConfigured"
}
{
  "alertname": "Watchdog"
}

Comment 23 errata-xmlrpc 2021-02-24 15:12:13 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2020:5633

Comment 25 Arunprasad Rajkumar 2022-04-26 05:16:00 UTC
*** Bug 2078667 has been marked as a duplicate of this bug. ***