Bug 1777025 - [RFE] It's better to change annotations.summary to annotations.message for alerting rules under CloudCredentialOperator group
Summary: [RFE] It's better to change annotations.summary to annotations.message for a...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Cloud Credential Operator
Version: 4.3.0
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: 4.3.z
Assignee: Joel Diaz
QA Contact: Xiaoli Tian
URL:
Whiteboard:
Depends On: 1776704
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-11-26 19:00 UTC by Joel Diaz
Modified: 2020-05-14 19:15 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1776704
Environment:
Last Closed: 2020-05-14 19:15:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Joel Diaz 2019-11-26 19:00:29 UTC
+++ This bug was initially created as a clone of Bug #1776704 +++

Description of problem:
Alerting rules under CloudCredentialOperator group
CCOTargetNamespaceMissing
CCOProvisioningFailed
CCODeprovisioningFailed
CCOInsufficientCloudCreds
CCOperatorDown

take CCOProvisioningFailed for example, details:
*******************
alert: CCOProvisioningFailed
expr: cco_credentials_requests_conditions{condition="CredentialsProvisionFailure"}
  > 0
for: 5m
labels:
  severity: warning
annotations:
  summary: CredentialsRequest(s) unable to be fulfilled
*******************
should be like
annotations:
  message: CredentialsRequest(s) unable to be fulfilled

otherwise, we can not see the messages from web console, see the attached picture

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


How reproducible:
4.3.0-0.nightly-2019-11-25-153929

Steps to Reproduce:
1. See the description
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Joel Diaz 2019-11-26 19:03:24 UTC
want to target 4.3.z for this BZ

Comment 3 Joel Diaz 2020-05-14 19:15:43 UTC
Closing as fix is already in current releases. Can reconsider backport if someone really wants it.


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