alloy

Installation
SKILL.md

Grafana Alloy

Docs: https://grafana.com/docs/alloy/latest/

Alloy is an open-source OpenTelemetry collector distribution that unifies telemetry collection (metrics, logs, traces, profiles) in a single binary supporting Prometheus and OTel standards.

Installation

# macOS
brew install grafana/grafana/alloy

# Linux (Debian/Ubuntu)
sudo apt install alloy

# Docker
docker run -v $(pwd)/config.alloy:/etc/alloy/config.alloy \
  grafana/alloy:latest run /etc/alloy/config.alloy
Installs
1.4K
Repository
grafana/skills
GitHub Stars
166
First Seen
Apr 14, 2026
alloy — grafana/skills