Bug 1819765

Summary: link for alert and expr in thanos-ruler UI are 404
Product: OpenShift Container Platform Reporter: Junqi Zhao <juzhao>
Component: MonitoringAssignee: Simon Pasquier <spasquie>
Status: CLOSED ERRATA QA Contact: Junqi Zhao <juzhao>
Severity: low Docs Contact:
Priority: low    
Version: 4.5CC: alegrand, anpicker, erooth, kakkoyun, lcosic, mloibl, pkrupa, spasquie, surbania
Target Milestone: ---   
Target Release: 4.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-07-13 17:24:45 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: 1827530    
Bug Blocks: 1820495    

Description Junqi Zhao 2020-04-01 13:42:23 UTC
Create PrometheusRule under user namespace and check the rules/alerts in thanos-ruler UI, click the link for alert and expr, it returns 404 page
Steps:
***********************************************
# oc new-project test3
# oc create -f - << EOF
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
  name: test3.rules
spec:
  groups:
  - name: alerting rules
    rules:
    - alert: Watchdog
      expr: vector(1)
      labels:
        severity: none
      message:
        This is an alert meant to ensure that the entire alerting pipeline is functional.
EOF
***********************************************
Version-Release number of selected component (if applicable):
4.5.0-0.nightly-2020-03-31-203533

How reproducible:
Always

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

Actual results:


Expected results:


Additional info:

Comment 3 Junqi Zhao 2020-04-22 04:16:41 UTC
blocked by bug 1826601

Comment 4 Junqi Zhao 2020-04-24 06:32:05 UTC
will test after Bug 1827530 is fixed

Comment 5 Junqi Zhao 2020-04-26 02:22:34 UTC
Tested with 4.5.0-0.nightly-2020-04-25-170442, see the following alert, link for alert expr is fine

alert: Watchdog
expr: vector(1)
labels:
  namespace: load
  severity: none


for the alertname link, it links to
https://${thanos-querier-route}/graph?g0.expr=ALERTS%7Balertname%3D%22Watchdog%22%7D&g0.tab=1
since the alert is limited to user namespace, I think we'd better add "namespace="load" in the query

https://${thanos-querier-route}/graph?g0.expr=ALERTS%7Balertname%3D%22Watchdog%22%2Cnamespace%3D%22load%22%7D&g0.tab=1

Comment 9 errata-xmlrpc 2020-07-13 17:24:45 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, 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/RHBA-2020:2409