hkwi commented on code in PR #4836:
URL: https://github.com/apache/polaris/pull/4836#discussion_r3441422241
##########
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:
Thanks, updated the configuration reference to make the required
OpenTelemetry settings explicit. It now notes that the SDK is disabled by
default and includes an example with
`polaris.event-listener.types=opentelemetry`,
`quarkus.otel.sdk.disabled=false`, and
`quarkus.otel.exporter.otlp.endpoint=...`, plus a link back to the 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]