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 73
73
- -jar
74
74
- jmx_prometheus_httpserver.jar
75
75
- " 5556"
76
- - example_configs/ zookeeper.yaml
76
+ - /etc/kafka/jmx- zookeeper-prometheus .yaml
77
77
ports :
78
78
- containerPort : 5556
79
79
resources :
82
82
memory : 100Mi
83
83
limits :
84
84
memory : 150Mi
85
+ volumeMounts :
86
+ - name : config
87
+ mountPath : /etc/kafka
85
88
volumes :
86
89
- name : config
87
90
configMap :
You can’t perform that action at this time.
0 commit comments