Copilot commented on code in PR #4836:
URL: https://github.com/apache/polaris/pull/4836#discussion_r3441324562
##########
site/content/in-dev/unreleased/configuration/configuration-reference.md:
##########
@@ -138,6 +138,12 @@ 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. Configure the OpenTelemetry SDK and exporter with the existing
`quarkus.otel.*`
+properties.
Review Comment:
The OpenTelemetry listener docs don’t mention that OpenTelemetry is disabled
by default (`quarkus.otel.sdk.disabled=true` in defaults). As written, a user
can enable the listener but still see no exported log records unless they also
enable the OTel SDK and set an OTLP endpoint; please make the required
properties explicit here (and consider aligning with the existing Telemetry
docs).
--
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]