File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 37
37
log4j.logger.org.apache.zookeeper.server.NIOServerCnxn=WARN
38
38
39
39
jmx-zookeeper-prometheus.yaml : |+
40
+ lowercaseOutputName: true
41
+ jmxUrl: service:jmx:rmi:///jndi/rmi://localhost:5555/jmxrmi
40
42
rules:
41
43
- pattern : org.apache.ZooKeeperService<type=(.*)>
42
44
- pattern : java.lang<type=(.*)>
Original file line number Diff line number Diff line change 67
67
- -jar
68
68
- jmx_prometheus_httpserver.jar
69
69
- " 5556"
70
- - example_configs/ zookeeper.yaml
70
+ - /etc/kafka/jmx- zookeeper-prometheus .yaml
71
71
ports :
72
72
- containerPort : 5556
73
73
resources :
76
76
memory : 100Mi
77
77
limits :
78
78
memory : 150Mi
79
+ volumeMounts :
80
+ - name : config
81
+ mountPath : /etc/kafka
79
82
volumes :
80
83
- name : config
81
84
configMap :
You can’t perform that action at this time.
0 commit comments