Bug 1819612
Summary: | deduplication in thanos querier for rules coming from thanos ruler is not working | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Junqi Zhao <juzhao> |
Component: | Monitoring | Assignee: | Lili Cosic <lcosic> |
Status: | CLOSED ERRATA | QA Contact: | Junqi Zhao <juzhao> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 4.5 | CC: | alegrand, anpicker, erooth, kakkoyun, lcosic, mloibl, pkrupa, 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:43 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: |
Description
Junqi Zhao
2020-04-01 07:50:32 UTC
issue is fixed with 4.5.0-0.nightly-2020-04-02-195956 # oc -n openshift-monitoring get deploy thanos-querier -oyaml | grep "thanos_ruler_replica" - --query.replica-label=thanos_ruler_replica search in thanos-querier ALERTS{alertname="Watchdog",alertstate="firing",namespace="load"} selected deduplication, result is Element Value ALERTS{alertname="Watchdog",alertstate="firing",namespace="load",severity="none"} 1 don't select deduplication, result is Element Value ALERTS{alertname="Watchdog",alertstate="firing",namespace="load",severity="none",thanos_ruler_replica="thanos-ruler-user-workload-0"} 1 ALERTS{alertname="Watchdog",alertstate="firing",namespace="load",severity="none",thanos_ruler_replica="thanos-ruler-user-workload-1"} 1 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 |