RHIDP-11676: Orchestrator - Migrate doc for Log aggregation and Open Telemetry feature#2027
Conversation
Content Quality Assessment ResultsCQA Report
SummaryChecks: 19 total, 14 pass, 5 fail Automated CQA check run on the entire repository — 2026-04-18 03:58:23 UTC |
❌ Build failed33/33 titles built successfully | 0 failed | 116s CQA (Content Quality Assessment)19 checks: 18 pass, 1 fail CQA checklistCQA Report
SummaryChecks: 19 total, 18 pass, 1 fail Run View full logs | 4/18/2026, 3:59:12 AM |
a4de0f2 to
a75f23b
Compare
a75f23b to
319b85f
Compare
319b85f to
66af450
Compare
66af450 to
9af3061
Compare
gabriel-farache
left a comment
There was a problem hiding this comment.
Some comments
In addition: should the telemetries that are actually produced be describes somewhere as well so the user knows what to look for in loki/grafana:
- Span attributes (sonataflow.process.id, sonataflow.process.instance.id, sonataflow.workflow.state, sonataflow.transaction.id, sonataflow.tracker.*,
etc.) - Process lifecycle events (process.instance.start, process.instance.complete, process.instance.error, state.started, state.completed, log.message)
- Function call attributes (sonataflow.function.name, http.method, http.url, etc.)
- Context propagation headers (X-TRANSACTION-ID, X-TRACKER-*)
|
|
||
| |`quarkus.otel.exporter.otlp.protocol` | ||
| |The transport protocol. Supported values are `grpc` or `http/protobuf`. | ||
| |`grp` |
| ---- | ||
| # Enable OpenTelemetry integration | ||
| quarkus.otel.enabled=true | ||
| quarkus.otel.exporter.otlp.traces.endpoint=http://jaeger-collector:14268/api/traces |
There was a problem hiding this comment.
I think the port here is wrong, should be 4317 (gRPC) or 4318 (HTTP) and I think the other modules use 4317 for the OLTP port
| + | ||
| [source,bash] | ||
| ---- | ||
| kubectl logs -n workflows deployment/onboarding-workflow | grep "sonataflow-addons-quarkus-opentelemetry" |
There was a problem hiding this comment.
should we use oc instead of kubectl as the target env is OpenShift AFAIK?
84e4421 to
1cca704
Compare
|



IMPORTANT: Do Not Merge - To be merged by Docs Team Only
Version(s): 1.9, 1.10, main
Issue: RHIDP-11676
Preview:
8. Configure log aggregation and observability for SonataFlow
9. Configure OpenTelemetry for SonataFlow workflows