Skip to content

Grafana AlloyπŸ“œ

OverviewπŸ“œ

Grafana Alloy, formerly known as Grafana Agent, is Grafana’s opinionated spin of the OpenTelemetry collector. It combines many open-source projects in the cloud-native observability space with the goal of being the only observability component necessary to collect and distribute telemetry signals within a cluster.

Big Bang TouchpointsπŸ“œ

LicensingπŸ“œ

Grafana Alloy is open-source, licensed under Apache 2.0.

UIπŸ“œ

While Grafana Alloy does expose a UI for visualizing its configuration status, it is not necessary for use and is not exposed by default within Big Bang.

StorageπŸ“œ

Grafana Alloy requires no storage itself, opting instead to push telemetry signals to other cluster components like Loki and Tempo, which have their own storage needs.

LoggingπŸ“œ

Grafana Alloy writes its logs to stderr. These logs will be picked up by the logging collector configured within the cluster.

High AvailabilityπŸ“œ

Grafana Alloy supports multiple deployment modes with built-in clustering. Depending on which features are enabled in the k8s-monitoring chart, Alloy may be deployed as a StatefulSet, DaemonSet, or Deployment.

Health ChecksπŸ“œ

Grafana Alloy is configured with standard liveness and readiness probes. In addition to the health of Alloy itself, cluster administrators can view the UI mentioned above for specific health statuses of individual Alloy components.