-
What Grafana version?
I am using Grafana version 7.5.11 and data source is cassandra. -
What are you trying to achieve?
I wanted to divide the y-axis values by 10
Hello,
The current CQL query is giving values as per the data (eg:- 250, 350). However, I would like to divide the y-axis values by 10 in CQL query to show vales like 25, 35. Please see the query below and could you please advice me how can I achieve this through the query in Grafana.
Raw CQL Query:
SELECT veh,to_double(value),timestamp
FROM state_variables
WHERE veh =‘BPDATS01-PDU-B’ AND variable =‘1.3.6.1.4.1.21239.5.2.5.1.5.2’ allow filtering.
Grafana Dashboard: