-
Here is the issue for the **Kafka Server Monitoring Dashboard** based on the updated template and metrics collected by the Kafka metrics receiver at OpenTelemetry:
---
## Dashboard Name
Kafka…
-
While working with Kafdrop a few High and Critical vulnerabilities were found. Is it possible to get these vulnerabilities addressed
**What vulnerabilities were found:**
- {"service_name": "kaf…
-
I've added some tracing to the function:
```
(defun poll-loop ()
(log:info "Entering Kafka poll loop")
(unwind-protect
(cffi:with-foreign-object (pollfd '(:struct pollfd))
…
-
Relevant links and details:
- https://signoz.io/blog/kafka-monitoring-opentelemetry/
- https://github.com/shivanshuraj1333/kafka-opentelemetry-instrumentation/tree/vm-setup
Overall all these …
-
# Monitoring the Kafka consumer lag
Article to show how to monitor the Kafka consumer lag. Kafka consumer lag gives the offset difference between last produced message and the last consumed message. …
-
Description
===========
We have a kafka producer built on confluent-kafka-go, to improve the throughput, we set `go.batch.producer` to true, and send messages to `producer.ProduceChannel`.
Everyt…
-
I have http API service on fastapi that only write to kafka by aiokafka. So I only one producer cause very high fetch rate on monitoring graphs - usually 3.5-4k - that amount is sum of counts rates fo…
-
Hi,
We recently encountered an issue with one of our customers kafka-clusters relating to the Datadog kafka_consumer integration (https://github.com/DataDog/integrations-core/tree/master/kafka_consume…
-
Kafka has JMX Metrics. Dashboard-Interface should have an interface which displays the most important information such as topics, who is writing to these topics.
With these metrics it could be nice…
-
### Report
I’m using the Kafka scaler (Confluent) to monitor Kafka lags and manage the scaling of my workloads based on the defined lag threshold. My configuration includes setting minReplicaCount to…