Sending Metrics of Kafka App to Signoz Otel Collector
TLDR Shubham wanted advice to send metrics to a signoz otel collector. nitya-signoz provided guidance and Srikanth confirmed using the collector for Kafka server telemetry.
Apr 27, 2023 (5 months ago)
Shubham
10:58 AMOTLP endpoint must be a valid URL
How to implement this??
nitya-signoz
10:59 AMnitya-signoz
11:06 AMShubham
11:09 AMnitya-signoz
11:15 AMShubham
11:19 AMexport EXTRA_ARGS='-Dotel.exporter.otlp.endpoint="" -Dotel.resource.attributes=service.name=kafka-test -javaagent:/opentelemetry-javaagent.jar'
exec $base_dir/kafka-run-class $EXTRA_ARGS kafka.Kafka "$@"
nitya-signoz
11:23 AMOTEL_EXPORTER_OTLP_ENDPOINT="" OTEL_RESOURCE_ATTRIBUTES=service.name=petclinick java -javaagent:"~/opentelemetry-javaagent-1.jar" -jar target/*.jar
Shubham
11:25 AMShubham
11:25 AMnitya-signoz
11:26 AMShubham
11:28 AMnitya-signoz
11:28 AMShubham
11:28 AMShubham
11:31 AMnitya-signoz
11:32 AMShubham
11:34 AMnitya-signoz
11:38 AMShubham
11:41 AMnitya-signoz
11:52 AMYou can also check out this kafka metrics receiver https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/kafkametricsreceiver/README.md
Srikanth any more ideas on monitoring the Kafka server?
Srikanth
12:07 PMMay 03, 2023 (4 months ago)
Shubham
05:28 AMSrikanth
06:20 AMShubham
11:37 AMSrikanth
01:09 PMSigNoz Community
Indexed 825 threads (61% resolved)
Similar Threads
Unable to Monitor jdbc_connections_active Metrics in SigNoz
Ragulraj is unable to monitor jdbc_connections_active metrics with SigNoz despite modifying configurations and adding dependencies. Srikanth provided troubleshooting steps and info on alternatives, but the issue remains unresolved.
Troubleshooting Signoz Dashboard Not Showing Traces
prasanth encountered issues with Signoz dashboard not displaying traces. Srikanth recommended configuring the `OTEL_EXPORTER_OTLP_ENDPOINT`, but they are still facing issues with the exporter's connection.
Configuring OTel Collector to Export Data to SigNoz
James asked how to configure the otel collector to send data to SigNoz. Ankit suggested using the otlp exporter in the collector configuration. James found that SigNoz uses its own otel collector and adjusted the port bindings accordingly.

Issues with Opentelemetry Maven Plugin and Kafka Exporter
sarthak is facing issues implementing Kafka with Maven for Opentelemetry while trying to decouple the source application performance from the Signoz cluster. Pranay and nitya-signoz ask clarifying questions about the desired flow.
Exporting OpenTelemetry Data from Pixie to SigNoz on Kubernetes
Nilanjan asks how to export opentelemetry data from Pixie to SigNoz on the same Kubernetes cluster. Srikanth suggests configuring the endpoint of the collector in Pixie, but viewing the data in SigNoz dashboard remains unresolved.