One of the three Grafana dashboards for the KMinion Prometheus Exporter that exports Apache Kafka metrics: https://github.com/cloudhut/kminion Revisions RevisionDescriptionCreated Kafka Grafana Labs solution Easily monitor your Kafka deployment with Grafana Cloud's out-of-the-box monitoring solution....
Currently kminion_kafka_topic_info metric exposes all topic parameters as labels. [1] I've got an use-case where I'd need the replication_factor and min_insync_replicas values to be used in promql queries to verify if a given topic has u...
kafka Chore update maintenance (#276) Nov 14, 2024 logging Add logger with metrics Feb 15, 2021 minion backend: use kadm client to list partition offsets (#277) Nov 15, 2024 prometheus backend: use kadm client to list partition offsets (#277) ...
{"level":"debug","ts":"2024-07-02T09:53:27.253Z","logger":"main.e2e_hooks","msg":"kafka connection succeeded","host":"kf-kminion-test-staging-kf-kminion-test-staging-broker-1.kf-kminion-test-staging-kafka-brokers.kafka-mks-test.svc","broker_id":1,"dial_duration_ms":11} {"l...
Logger, kafkaSvc *kafka.Service, metricNamespace string, ctx context.Context) (*Service, error) { client, err := createKafkaClient(cfg, logger, kafkaSvc, ctx) client, hooks, err := createKafkaClient(cfg, logger, kafkaSvc, ctx) if err != nil { return nil, fmt.Errorf("failed to ...
KMinion is a feature-rich Prometheus exporter for Apache Kafka written in Go. It is lightweight and highly configurable so that it will meet your requirements. - Release 2.2.7 / 2024-02-19 · glongzh/kminion
KMinion is a feature-rich Prometheus exporter for Apache Kafka written in Go. It is lightweight and highly configurable so that it will meet your requirements. - Issues · redpanda-data/kminion
ignoredTopics: [ ] # infoMetric is a configuration object for the kminion_kafka_topic_info metric infoMetric: # ConfigKeys are set of strings of Topic configs that you want to have exported as part of the metric configKeys: [ "cleanup.policy" ] logDirs: # Enabled specifies whether l...
When we checked the consumer groups with one of the kafka shells, it was confirmed that Kafka Minion was right - the group for the specific partition was still active. That does not mean that Kafka Minion can not be wrong in your case, but please first check with another tool if these ...
kafka Chore update maintenance (#276) Nov 14, 2024 logging Add logger with metrics Feb 15, 2021 minion backend: use kadm client to list partition offsets (#277) Nov 15, 2024 prometheus backend: use kadm client to list partition offsets (#277) ...