You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ship all deploy output and structured deploy events to an OTLP HTTP
endpoint. When configured via `otel.endpoint` in deploy.yml, Kamal
streams every line of stdout/stderr to the collector and emits
deploy.start/deploy.complete events with version, destination, runtime,
and performer metadata.
Resource attributes set automatically:
- service.name: "kamal"
- service.namespace: <service name from deploy.yml>
- deployment.environment.name: <destination>
- deploy.performer: <git user>
Usage in deploy.yml:
otel:
endpoint: http://otel-gateway:4318
Logs flow through the existing OTLP logs pipeline on the collector —
no new ports or receiver config needed.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments