Grafana Dashboards
The Telemetry β Charts view lets you find your existing Grafana dashboards and render their panels directly inside Meshery, using data proxied securely through the Meshery server. Nothing is re-built or re-modeled β Meshery reads the same dashboards you have in Grafana and draws their panels natively.
Prerequisites
- A registered Grafana Connection in the Connected or Registered state, with a Credential holding a Grafana API key or service-account token. See Telemetry prerequisites.
Open the Charts view
- In the Meshery navigation, expand Telemetry and select Charts.
- Use the connection picker to choose the Grafana connection you want to view.
- Check the connection status indicator β it pings Grafana and reports whether it is reachable, along with the detected Grafana version. Clicking a Grafana connection’s status chip on the Connections page also pings it and raises a notification with the result.
Browse and pin dashboards
- Open the dashboard library (the board browser) and search for a dashboard by name.
- Select a dashboard to render it. Meshery loads the dashboard definition, resolves its template variables and datasources, and draws each panel.
- Use Add (pin) to keep a dashboard handy. Pinned dashboards appear in your Charts view every time you return.
- Use Remove (unpin) to take a dashboard out of the pinned list.
Pinned dashboards are stored on the Grafana connection itself, so they persist and are available wherever that connection is used.
Render and read panels
- Panels are laid out following the dashboard’s own grid, and rendered as native time-series charts (and single-stat values) inside Meshery.
- A shared time range picker (last 5 minutes up to last 7 days) applies to every panel; use Refresh to reload on demand or set an auto-refresh interval.
- Template variables (for example
$datasource,$job,$instance) and Grafana time macros (such as$__rate_interval) are resolved automatically before each query is sent, so dashboards that rely on variables render correctly. - If a single panel’s query fails, the error is shown inline on that panel only β the rest of the dashboard keeps rendering.
Rendering model
Meshery renders panels by querying Grafana’s datasource proxy server-side and drawing the results itself. It does not embed Grafana’s own UI, so you do not need browser-side access to Grafana β only the Meshery server needs to reach it.
Related
- Prometheus Metrics β for exploring raw Prometheus metrics and saving your own PromQL panels.
- Registering a Connection