admin管理员组

文章数量:1122832

sensorReading{instance="192.168.xxx.xxx", officeSensorNumber="1"} which returns

{__name__="sensorReading", instance="192.168.xxx.xxx", job="IPMI", officeSensorNumber="1", sensorReading="43.000"}
{__name__="sensorReading", instance="192.168.xxx.xxx", job="IPMI", officeSensorNumber="1", sensorReading="44.000"}
{__name__="sensorReading", instance="192.168.xxx.xxx", job="IPMI", officeSensorNumber="1", sensorReading="45.000"}

and all of the returns have value of 1.

How can I take the value from sensorReading and use it in time series graph as a value which will create graphs?
Currently I have one line with different color dots. And each color represents the value of sensorReading

本文标签: prometheusGrafana label value to numeric value for graphsStack Overflow