Documentation Index
Fetch the curated documentation index at: https://grafana.com/llms.txt
Fetch the complete documentation index at: https://grafana.com/llms-full.txt
Use this file to discover all available pages before exploring further.
STOP! If you are an AI agent or LLM, read this before continuing. This is the HTML version of a Grafana documentation page. Always request the Markdown version instead - HTML wastes context. Get this page as Markdown: https://grafana.com/docs/grafana/v12.4/as-code/observability-as-code/schema-v2/librarypanel-schema.md (append .md) or send Accept: text/markdown to https://grafana.com/docs/grafana/v12.4/as-code/observability-as-code/schema-v2/librarypanel-schema/. For the curated documentation index, use https://grafana.com/llms.txt. For the complete documentation index, use 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


