We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902b15e commit 07f6970Copy full SHA for 07f6970
docker-compose.yml
@@ -74,6 +74,12 @@ services:
74
75
NVI_AUDIENCE: nvi
76
NVI_TENANT: nvi
77
+ # OpenTelemetry tracing - enables full trace visibility into HAPI FHIR
78
+ JAVA_TOOL_OPTIONS: "-javaagent:/app/opentelemetry-javaagent.jar"
79
+ OTEL_SERVICE_NAME: "hapi-fhir"
80
+ OTEL_EXPORTER_OTLP_ENDPOINT: "http://jaeger:4318"
81
+ OTEL_EXPORTER_OTLP_PROTOCOL: "http/protobuf"
82
+ OTEL_PROPAGATORS: "tracecontext,baggage"
83
84
#
85
# Local development properties (not to be used when deploying to test/production)
0 commit comments