snazy commented on code in PR #493:
URL: https://github.com/apache/polaris/pull/493#discussion_r1867289253
##########
polaris-service/src/main/java/org/apache/polaris/service/tracing/TracingFilter.java:
##########
@@ -53,6 +54,7 @@ public class TracingFilter implements Filter {
private static final Logger LOGGER =
LoggerFactory.getLogger(TracingFilter.class);
private final OpenTelemetry openTelemetry;
+ @Inject
Review Comment:
Ah, right. It has to have one, if it's other c'tor is _not_ annotated with
`@Inject`
--
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]