Hello, I want to create a value-type panel where i...
# support
d
Hello, I want to create a value-type panel where it shows the execution. For example, the query should return the number 2, but it shows 0.0131. Do you know how I should display the value? For example, if I change the range to a higher value, the value changes, but it should still be 2 because I only have 2 records.
c
Please checkout this documentation - https://signoz.io/docs/dashboards/panel-types/value/
d
@Chitransh Gupta Thank you, yesterday I was reviewing but it wasn't very clear to me how to get a single integer value. For example, the service has a Number of calls which is 3, and I want to display that 3 with Value, but it doesn't work with Rate or Increase.
s
You should use increase and for the
Reduce To
it should be sum
❤️ 1
d
Thanks @Srikanth Chekuri