I'm trying to create a very simple Timeseries dash...
# support
d
I'm trying to create a very simple Timeseries dashboard panel using a prometheus gauge metric that has 4 labels but the signoz query builder will only let me do an aggregation.
image.png
in prometheus I can put in the same metric and get the independent values graphed
in the docs the timeseries plot shows a
Rate
option which I don't have.
I'm using 0.76.2 linux install
here is what the raw metric looks like
Copy code
# HELP tgi_gpu_utilization GPU Utilization
# TYPE tgi_gpu_utilization gauge
tgi_gpu_utilization{GPU="GPU0"} 23.0
tgi_gpu_utilization{GPU="GPU1"} 1.0
tgi_gpu_utilization{GPU="GPU2"} 11.0
tgi_gpu_utilization{GPU="GPU3"} 20.0