Bug 1868463 - Monitoring dashboards do not support Grafana valueMaps
Summary: Monitoring dashboards do not support Grafana valueMaps
Keywords:
Status: CLOSED DUPLICATE of bug 1866928
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console
Version: 4.6
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.6.0
Assignee: Robb Hamilton
QA Contact: Yadan Pei
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-08-12 18:33 UTC by Samuel Padgett
Modified: 2020-08-13 13:42 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Version: 4.6.0-0.nightly-2020-07-31-225620 Cluster ID: 6921fb5d-d338-4556-9863-e05b9f27965c Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0
Last Closed: 2020-08-13 13:42:30 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Samuel Padgett 2020-08-12 18:33:00 UTC
Dashboards such as the logging dashboard require support for valueMaps in the single stat component. Here is an example:

https://github.com/openshift/elasticsearch-operator/pull/438/files#diff-164616d426f63276d795ca13110f48f9R79-R95

               "valueMaps": [
                  {
                     "op": "=",
                     "text": "GREEN",
                     "value": "0"
                  },
                  {
                     "op": "=",
                     "text": "YELLOW",
                     "value": "1"
                  },
                  {
                     "op": "=",
                     "text": "RED",
                     "value": "2"
                  }
               ],

See also https://issues.redhat.com/browse/LOG-700

Comment 1 Samuel Padgett 2020-08-13 13:42:30 UTC

*** This bug has been marked as a duplicate of bug 1866928 ***


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