Steps:
* Prepare sample data with Postgres (clients, client info, client events): github.com:aliok/grafana-experiments-drilldown.git (/) * Show links in a table : https://github.com/grafana/grafana/issues/3754 ** Pass client id to drill down dashboard ** Pass time range to drill down dashboard * Client info drill down dashboard: TBD
Additional things: * Need to change the {{char}} types in metrics table to {{varchar}} because they're padded otherwise: https://stackoverflow.com/questions/4848964/postgresql-difference-between-text-and-varchar-character-varying |
|