I’m using Grafana 4.3.1 (your docker image), and have a metric I’d like to use with repeating singlestat panel. The problem is that when there is only one metric (one host), I get 1 panel of span 12. What I’d like to see is the singlestat panel at a fixed span whether there are 10 metrics or just 1.
Is this possible, or would it need a change to the dynamic dashboard code? If it’s a code change, can you point me at what things would need to change? I did tinker with dynamic_dashboard_srv.ts, but had no joy.
Any pointers appreciated!