grafana-alloy

OpenTelemetry collector with programmable pipelines for observability

brewmacoslinux
Try with needOr install directly
Source

About

OpenTelemetry Collector distribution with programmable pipelines

Commands

alloy

Examples

Start Alloy with a configuration file$ alloy run /etc/alloy/config.alloy
Run Alloy in server mode on a specific address$ alloy run --server.http.listen-addr=0.0.0.0:12345 config.alloy
Validate configuration syntax without running$ alloy fmt config.alloy