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.
Dusty McDustins
04/02/2025, 12:09 PM
image.png
Dusty McDustins
04/02/2025, 12:09 PM
in prometheus I can put in the same metric and get the independent values graphed
Dusty McDustins
04/02/2025, 12:11 PM
in the docs the timeseries plot shows a
Rate
option which I don't have.
Dusty McDustins
04/02/2025, 12:11 PM
I'm using 0.76.2 linux install
Dusty McDustins
04/02/2025, 12:12 PM
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
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.