adutra commented on code in PR #924: URL: https://github.com/apache/polaris/pull/924#discussion_r1938259878
########## quarkus/defaults/src/main/resources/application.properties: ########## @@ -65,7 +65,7 @@ quarkus.micrometer.enabled=true quarkus.micrometer.export.prometheus.enabled=true quarkus.otel.enabled=true Review Comment: I would advise against it: `quarkus.otel.enabled` is a build-time property. If you set it to false, all artifacts and Docker images will have telemetry disabled _forever_: it wouldn't be possible to turn it back on at run time. -- 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]
