dimas-b commented on code in PR #4836:
URL: https://github.com/apache/polaris/pull/4836#discussion_r3471358110


##########
site/content/in-dev/unreleased/configuration/configuration-reference.md:
##########
@@ -138,6 +138,24 @@ All properties listed here are **runtime** properties and 
can be changed without
 
 {{% include-config-section "smallrye-polaris_event_listener_aws_cloudwatch" %}}
 
+### `opentelemetry` event listener
+
+Set `polaris.event-listener.types=opentelemetry` to emit Polaris events as 
OpenTelemetry log
+records.
+
+OpenTelemetry is disabled by default in Polaris because there is no collector 
endpoint that works
+for all deployments. To export these log records, enable the OpenTelemetry SDK 
and configure an
+OTLP collector endpoint:
+
+```properties
+polaris.event-listener.types=opentelemetry
+quarkus.otel.sdk.disabled=false

Review Comment:
   @hkwi : Do we also need `quarkus.otel.logs.enabled=true`. This setting 
appear to default to `false` 🤔 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to