-
I install kafka_exporter for kafka cluster in prometheus environment by docker swarm like this:
kafka_exporter:
image: danielqsj/kafka-exporter:v1.1.0
volumes:
- /etc/localtime:/et…
-
Modlarize app logic for better separation of concern
-
Now the monitoring metrics of easegress can be reported through Kafka.
```yaml
- kafka:
brokers:
- 172.10.1.111:9092
- 172.10.1.112:9092
- 172.10.1.113:9092
topic: metrics-…
-
I have a tick script that looks like this:
```
batch
|query('''
SELECT count(pid) as count
from "sdp_monitoring"."13m"."procstat"
where "pattern" = 'kaf…
-
Hi,
Here is a problem about the cluster status which a monitored kafka cluster in Kafka-manager changed to "pending changes", and I have no idea how to deal with this. There is no other operations on…
-
Hi guys,
as we known,lag metric is very important for monitoring Kafka.We do not want to lose any error alarm on Kafka。I have a solution that simply running the two Burrow servers independently w…
-
**Agent Environment**
```
$ sudo datadog-agent version
Agent 7.54.1 - Commit: 44d1992 - Serialization version: v5.0.114 - Go version: go1.21.9
```
**Describe what happened:**
After up…
-
A集群的kafka比较旧,B集群的kafka比较新,两个集群的topic差别很大;
启动
/opt/kafka-monitor/kafka_exporter-1.2.0.linux-amd64/kafka_exporter --kafka.server=A集群中一台机器ip:9092 --kafka.server=B集群中一台机器ip:9092 --kafka.version=2.1.0 …
-
See below sample configuration for xinfra-monitor.properties and the error. Kindly assist...
{
"single-cluster-monitor": {
"class.name": "com.linkedin.xinfra.monitor.apps.SingleClusterMonitor…
-
## Plan we do:
- [x] Set up SFTP on laptop server
**Remember to connect to OpenVPN before connect to ssh**
```shell
ssh padapew@10.0.0.2
```
Password: !HelloPenis123321
- [ ] Write docker compose and …