CloudAMQP ships broker logs to Grafana Cloud, stored in Loki, via the OpenTelemetry protocol (OTLP). Available on RabbitMQ and LavinMQ dedicated instances.
Link: https://grafana.com/docs/grafana-cloud/send-data/otlp/send-data-otlp/
https://otlp-gateway-prod-<region>.grafana.net/otlp
), your numeric
instance ID,
and the option to generate an
API token.
logs:write
scope, or use a Service Account token with the
MetricsPublisher
role.
Once connected, open Explore in Grafana, select the Loki data source, and query by cluster or node:
{service_name="your-cluster-name"}
{host_name="your-cluster-name-01"}
Each log record includes the following resource attributes:
service_name
— your CloudAMQP cluster name (Loki renames
service.name
)
host_name
— the individual node hostname (Loki renames
host.name
)
appname
— always
rabbitmq
or
lavinmq