You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Standardise httpServer component name
* Use Tags.Net.Peer in producer
* Add Net.Peer to KafkaConsumer#poll so that the metrics can find corresponding spans
* Move some tags from KafkaConsumer$Poll to ListenerConsumer$PollAndInvoke
* Add clientId to Producer tags
* Add detail and tracing to metrics dashboard
* Add detail and tracing to producer dashboard
* [tmp]
* Fix uri tag
* Fix UI style
* Add limit to detail query
* Add doc
* Adjust doc directory
* Add kafka consumer metrics
* Fix uri
Copy file name to clipboardExpand all lines: agent/agent-plugins/apache-kafka/src/main/java/org/bithon/agent/plugin/apache/kafka/KafkaPluginContext.java
+4-1
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,15 @@
27
27
publicclassKafkaPluginContext {
28
28
/**
29
29
* Available for consumer.
30
-
* default to empty string so that no need to handle null.
30
+
* Default to empty string so that no need to handle null.
Copy file name to clipboardExpand all lines: agent/agent-plugins/apache-kafka/src/main/java/org/bithon/agent/plugin/apache/kafka/consumer/interceptor/KafkaConsumer$Poll.java
Copy file name to clipboardExpand all lines: agent/agent-plugins/apache-kafka/src/main/java/org/bithon/agent/plugin/apache/kafka/consumer/interceptor/ListenerConsumer$Ctor.java
+23-14
Original file line number
Diff line number
Diff line change
@@ -41,32 +41,41 @@ public class ListenerConsumer$Ctor extends AfterInterceptor {
Copy file name to clipboardExpand all lines: agent/agent-plugins/apache-kafka/src/main/java/org/bithon/agent/plugin/apache/kafka/consumer/interceptor/ListenerConsumer$PollAndInvoke.java
Copy file name to clipboardExpand all lines: agent/agent-plugins/apache-kafka/src/main/java/org/bithon/agent/plugin/apache/kafka/producer/interceptor/KafkaProducer$DoSend.java
0 commit comments