marcingrzejszczak commented on code in PR #11354:
URL: https://github.com/apache/camel/pull/11354#discussion_r1329824401
##########
components/camel-tracing/src/main/java/org/apache/camel/tracing/SpanAdapter.java:
##########
@@ -23,24 +23,12 @@ public interface SpanAdapter {
void setError(boolean error);
- void setTag(Tag key, String value);
-
- void setTag(Tag key, Number value);
-
void setTag(String key, String value);
void setTag(String key, Number value);
void setTag(String key, Boolean value);
- default void setLowCardinalityTag(Tag key, String value) {
Review Comment:
If that's fine for you that's fine for me too 😃
--
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]