docs/content/en/guides/telemetry/grafana-dashboards.md
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.
Pinned dashboards are stored on the Grafana connection itself, so they persist and are available wherever that connection is used.
$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.{{% alert title="Rendering model" color="info" %}} 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. {{% /alert %}}