How to disable (i dont want it to be shown) a transformation but take its value in grafana

108 Views Asked by At

I'm using Grafana to create a panel which shows some basic values.

I have here "success rate", which is calculated as "success jobs" / "total jobs". Using "success rate" I create "success %".
I want only "success %" to be in the panel.

grafana panel image

1

There are 1 best solutions below

0
Brad On

Use the Organise fields transformation to hide fields. Organize fields transformation


Additionally, you could remove your transformation which calculates the percentage. Instead, you can set the unit via panel options and Grafana will automatically render it as a percentage.

Panel Unit