wankai123 opened a new issue #6569:
URL: https://github.com/apache/skywalking/issues/6569
Please answer these questions before submitting your issue.
- Why do you submit this issue?
- [ ] Question or discussion
- [ ] Bug
- [X] Requirement
- [ ] Feature or performance improvement
___
### Requirement or improvement
Sometimes, the metrics provides info in labels, the value is a flag like:
```
kube_node_status_condition{node="gke-monitoring-default-pool-afc3b58c-9m3f",condition="DiskPressure",status="true"}
0
kube_node_status_condition{node="gke-monitoring-default-pool-afc3b58c-9m3f",condition="DiskPressure",status="false"}
1
kube_node_status_condition{node="gke-monitoring-default-pool-afc3b58c-9m3f",condition="DiskPressure",status="unknown"}
0
kube_node_status_condition{node="gke-monitoring-default-pool-afc3b58c-9m3f",condition="PIDPressure",status="true"}
0
kube_node_status_condition{node="gke-monitoring-default-pool-afc3b58c-9m3f",condition="PIDPressure",status="false"}
1
kube_node_status_condition{node="gke-monitoring-default-pool-afc3b58c-9m3f",condition="PIDPressure",status="unknown"}
0
kube_node_status_condition{node="gke-monitoring-default-pool-afc3b58c-9m3f",condition="Ready",status="true"}
1
kube_node_status_condition{node="gke-monitoring-default-pool-afc3b58c-9m3f",condition="Ready",status="false"}
0
kube_node_status_condition{node="gke-monitoring-default-pool-afc3b58c-9m3f",condition="Ready",status="unknown"}
0
```
After aggregation, in the meter system the metric value would like:
`DiskPressure, 0|PIDPressure,0|Ready,1`
For now, we could only select `read all values with label in the duration`
and chose `Bar/Area/Line Chart`.
If we want to get useful info we have to put the mouse on the chart:

Could we provide some panels(charts) which can show the label info more
directly when we don't need the duration values.Like just put label and value
on the panel like:

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]