Hi All,
We use Grafana OSS for displaying a table type dashboard retrieved from PostgreSQL based data. The value is a number and contains more that 15 digits. If we try to display the value will be cut short to a 15 digit value only from the beginning.
As a work around, we have added ‘x’ as a suffix to the values in the table. In other words making the value a alpha numeric value in order to display the entire content by using the below query in the attached image.
If we use the regular query the results are different. Please refer below.
Any help and suggestions will be highly appreciated, thank you.
Regards
Arnold