Priority: High
docker-compose.yml has an inline note on the loki service acknowledging logs aren't flowing: the app isn't containerized and doesn't send logs to the collector. Metrics and traces work; logs don't. This means the "unified OTLP telemetry pipeline" claim is only 2/3 true today.
Fix: Containerize the auth app (or run its OTel log exporter pointed at otel-collector:4317) so logs actually reach Loki, then verify in Grafana Explore.
Priority: High
docker-compose.ymlhas an inline note on thelokiservice acknowledging logs aren't flowing: the app isn't containerized and doesn't send logs to the collector. Metrics and traces work; logs don't. This means the "unified OTLP telemetry pipeline" claim is only 2/3 true today.Fix: Containerize the auth app (or run its OTel log exporter pointed at
otel-collector:4317) so logs actually reach Loki, then verify in Grafana Explore.