Reusable pipeline components in Grafana Fleet Management
Pipelines in Grafana Fleet Management can now leverage the Alloy export
block
to share their components with other pipelines. With
pipeline export injection, you can export components from one configuration pipeline and inject them into another using the syntax argument.pipeline_exports.value["PIPELINE_NAME"]["EXPORT_NAME"]
. This powerful feature enables you to create dynamic configurations that adapt to each pipeline’s exported values, allowing for flexible and reusable pipeline configurations.