Import rendered mixin dashboards
The Grafana Alloy mixin defines dashboards you can use to monitor collector health, resource use, and internal pipeline metrics. You can import these dashboards from the Grafana Alloy mixin directly into your Grafana instance. The dashboards are available as rendered JSON files in the source repository or in the release archive.
Before you begin
Before you begin, ensure you have the following:
- Access to a Grafana instance where you can import dashboards.
- Access to rendered mixin files from one of these sources:
- The Alloy source repository at
operations/alloy-mixin/rendered/dashboards/. - The release archive
alloy-mixin-dashboards-<RELEASE_TAG>.zip.
- The Alloy source repository at
- A configured Prometheus data source in Grafana for imported dashboards.
Get rendered mixin dashboard files
Choose one source for dashboards:
- Source repository: Use the rendered dashboard files located in
operations/alloy-mixin/rendered/dashboards/in your copy or clone of the Alloy repository. - Release archive: Download
alloy-mixin-dashboards-<RELEASE_TAG>.zipfrom an Alloy release artifact and extract the archive.
Import dashboards from JSON files
Use the Grafana dashboard import UI to import each rendered dashboard JSON file:
- Open Grafana and go to Dashboards.
- Click New and then click Import.
- Upload a JSON file from
operations/alloy-mixin/rendered/dashboards/or from the extracted zip archive. - Select the target data source mappings.
- Click Import.
- Repeat for each dashboard file you want to import.
For full UI details and options, refer to importing dashboards in the Grafana documentation.
Next steps
- Refer to Troubleshoot Grafana Alloy for additional troubleshooting tasks.
- Refer to the Alloy mixin source for rendered files and customization options.


