hkwi commented on code in PR #4836:
URL: https://github.com/apache/polaris/pull/4836#discussion_r3471914876
##########
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:
Good catch. Added `quarkus.otel.logs.enabled=true` to the OpenTelemetry
listener example in the configuration reference and the commented defaults
example in `application.properties` in `9dfbd8e6`.
Validation: `git diff --check`.
--
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]