Must be so simple, Grafana doesn't handle it well

Simple shell script, gets a date every 24 hours. I want this date on the dashboard next to my pretty graphs or connections, space used etc. Obviously it’s not going to change often like the other graphs.

I’ll be damned if I can figure out how to get a table up with just 2 columns.

Would appreciate an ELI5 for something as simple as this.

= = = =
The script gets a date in DD/MM/YYYY format. Injects this into InfluxDB (along with other info that has been used to make graphs on the same dahsboard page - so I know that the scripts and the InfluxDB works).

remove the group by time and you can show raw data with the table panel

1 Like

Perfect! Are there detailed docs for the different things you can do in the Metrics tab? TBH this isn’t my specialty but I’m getting thrown in at the deep end. Seems quite statistical to me.