You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A collection of sample Grafana dashboards written in Go is available in the [grafana/grafana-foundation-sdk](https://github.com/grafana/grafana-foundation-sdk/) repository.
7
+
8
+
Each example showcases different aspects of building dashboards as code:
9
+
10
+
*[`custom-panel`](https://github.com/grafana/grafana-foundation-sdk/blob/main/examples/go/custom-panel): definition and usage of a _custom_ Panel type
11
+
*[`custom-query`](https://github.com/grafana/grafana-foundation-sdk/blob/main/examples/go/custom-query): definition and usage of a _custom_ Query type
* reproduction of the "Grafana Agent Overview" dashboard from
14
+
the [Grafana Agent integration](https://grafana.com/docs/grafana-cloud/monitor-infrastructure/integrations/integration-reference/integration-grafana-agent/)
* reproduction of the "Grafana Agent Overview" dashboard from
22
+
the [Linux Server integration](https://grafana.com/docs/grafana-cloud/monitor-infrastructure/integrations/integration-reference/integration-linux-node/#dashboards)
A collection of sample Grafana dashboards written in Java is available in the [grafana/grafana-foundation-sdk](https://github.com/grafana/grafana-foundation-sdk/) repository.
7
+
8
+
Each example showcases different aspects of building dashboards as code:
9
+
10
+
*[`custom-panel`](https://github.com/grafana/grafana-foundation-sdk/blob/main/examples/java/custom-panel): definition and usage of a _custom_ Panel type
11
+
*[`custom-query`](https://github.com/grafana/grafana-foundation-sdk/blob/main/examples/java/custom-query): definition and usage of a _custom_ Query type
* reproduction of the "Grafana Agent Overview" dashboard from
14
+
the [Grafana Agent integration](https://grafana.com/docs/grafana-cloud/monitor-infrastructure/integrations/integration-reference/integration-grafana-agent/)
* reproduction of the "Grafana Agent Overview" dashboard from
22
+
the [Linux Server integration](https://grafana.com/docs/grafana-cloud/monitor-infrastructure/integrations/integration-reference/integration-linux-node/#dashboards)
A collection of sample Grafana dashboards written in PHP is available in the [grafana/grafana-foundation-sdk](https://github.com/grafana/grafana-foundation-sdk/) repository.
7
+
8
+
Each example showcases different aspects of building dashboards as code:
9
+
10
+
*[`custom-panel`](https://github.com/grafana/grafana-foundation-sdk/blob/main/examples/php/custom-panel): definition and usage of a _custom_ Panel type
11
+
*[`custom-query`](https://github.com/grafana/grafana-foundation-sdk/blob/main/examples/php/custom-query): definition and usage of a _custom_ Query type
* reproduction of the "Grafana Agent Overview" dashboard from
14
+
the [Grafana Agent integration](https://grafana.com/docs/grafana-cloud/monitor-infrastructure/integrations/integration-reference/integration-grafana-agent/)
* reproduction of the "Grafana Agent Overview" dashboard from
22
+
the [Linux Server integration](https://grafana.com/docs/grafana-cloud/monitor-infrastructure/integrations/integration-reference/integration-linux-node/#dashboards)
A collection of sample Grafana dashboards written in Python is available in the [grafana/grafana-foundation-sdk](https://github.com/grafana/grafana-foundation-sdk/) repository.
7
+
8
+
Each example showcases different aspects of building dashboards as code:
9
+
10
+
*[`custom-panel`](https://github.com/grafana/grafana-foundation-sdk/blob/main/examples/python/custom-panel): definition and usage of a _custom_ Panel type
11
+
*[`custom-query`](https://github.com/grafana/grafana-foundation-sdk/blob/main/examples/python/custom-query): definition and usage of a _custom_ Query type
* reproduction of the "Grafana Agent Overview" dashboard from
14
+
the [Grafana Agent integration](https://grafana.com/docs/grafana-cloud/monitor-infrastructure/integrations/integration-reference/integration-grafana-agent/)
* reproduction of the "Grafana Agent Overview" dashboard from
22
+
the [Linux Server integration](https://grafana.com/docs/grafana-cloud/monitor-infrastructure/integrations/integration-reference/integration-linux-node/#dashboards)
A collection of sample Grafana dashboards written in TypeScript is available in the [grafana/grafana-foundation-sdk](https://github.com/grafana/grafana-foundation-sdk/) repository.
7
+
8
+
Each example showcases different aspects of building dashboards as code:
9
+
10
+
*[`custom-panel`](https://github.com/grafana/grafana-foundation-sdk/blob/main/examples/typescript/custom-panel): definition and usage of a _custom_ Panel type
11
+
*[`custom-query`](https://github.com/grafana/grafana-foundation-sdk/blob/main/examples/typescript/custom-query): definition and usage of a _custom_ Query type
* reproduction of the "Grafana Agent Overview" dashboard from
14
+
the [Grafana Agent integration](https://grafana.com/docs/grafana-cloud/monitor-infrastructure/integrations/integration-reference/integration-grafana-agent/)
* reproduction of the "Grafana Agent Overview" dashboard from
22
+
the [Linux Server integration](https://grafana.com/docs/grafana-cloud/monitor-infrastructure/integrations/integration-reference/integration-linux-node/#dashboards)
0 commit comments