Skip to main content
Azure Container Apps emits console and system logs. Instrumented applications can also emit OTLP metrics and traces. Self-Managed OTel Collector — run the Collector as its own container app and have applications export logs, metrics, and traces to it, or export directly with the OpenTelemetry SDK.
The Container Apps environment’s built-in managed OpenTelemetry agent exports only over OTLP/gRPC, which Bronto’s ingestion endpoint does not accept — so it can’t deliver to Bronto directly. Use a Collector container or direct SDK export instead.

Alternatives

  • Azure Event Hub Forwarder — for Container Apps platform / diagnostic logs exported through Azure Monitor diagnostic settings.
See Ingesting Azure Data into Bronto for the full service-to-method mapping.

References