Documentation for automated readers
A curated documentation index is available at: https://grafana.com/llms.txt
A complete documentation index is available at: https://grafana.com/llms-full.txt
These indexes can help with page discovery before fetching individual documents.
This page is also available in Markdown, which may be easier for automated readers and AI tools to parse than HTML. The Markdown version is available at https://grafana.com/docs/grafana/v12.4/as-code/observability-as-code/schema-v2/librarypanel-schema.md, or by sending Accept: text/markdown to https://grafana.com/docs/grafana/v12.4/as-code/observability-as-code/schema-v2/librarypanel-schema/. For broader documentation discovery, the curated index is available at https://grafana.com/llms.txt and the complete index is available at https://grafana.com/llms-full.txt.
Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
LibraryPanelKind
A library panel is a reusable panel that you can use in any dashboard. When you make a change to a library panel, that change propagates to all instances of where the panel is used. Library panels streamline reuse of panels across multiple dashboards.
Following is the default library panel element JSON:
"kind": "LibraryPanel",
"spec": {
"id": 0,
"libraryPanel": {
name: "",
uid: "",
}
"title": ""
}The LibraryPanelKind consists of:
- kind: “LibraryPanel”
- spec: LibraryPanelKindSpec
- libraryPanel: LibraryPanelRef
LibraryPanelKindSpec
The following table explains the usage of the library panel element JSON fields:
| Name | Usage |
|---|---|
| id | Panel ID for the library panel in the dashboard. |
| libraryPanel | LibraryPanelRef |
| title | Title for the library panel in the dashboard. |
LibraryPanelRef
The following table explains the usage of the library panel reference JSON fields:
| Name | Usage |
|---|---|
| name | Library panel name |
| uid | Library panel uid |
Was this page helpful?
Related resources from Grafana Labs


