fleet-management
Installation
SKILL.md
Grafana Fleet Management and Alloy Configuration
Fleet Management lets you author pipeline configurations once and distribute them to many Alloy collectors remotely via OpAMP. Collectors poll for updates and apply new configurations without a restart.
Key concepts:
- Collector - an Alloy agent instance, identified by a unique ID and set of attributes
- Pipeline - a named Alloy configuration (YAML) stored in Fleet Management
- Matcher - a label selector that maps a pipeline to matching collectors
- Attributes - key/value labels on a collector used for targeting (e.g.
env=production)
Step 1: Check the current state
BASE=https://fleet-management-prod-us-east-0.grafana.net
TOKEN=<STACK_ID>:<API_TOKEN>
Related skills