Steps:
* Prepare sample data with Postgres (clients, client info, client events): https://github.com/aliok/grafana-experiments-drilldown (/) * 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 ( X x ) NOT POSSIBLE, created https://community.grafana.com/t/not-possible-to-pass-date-range-information-from-one-dashboard-to-another-one/10348 * Client info drill down dashboard: (/)
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 |
|