Skip to content

Commit 6ea6703

Browse files
committed
Exports everything from Zookeeper too
1 parent 34ce547 commit 6ea6703

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

zookeeper/10zookeeper-config.yml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,8 @@ data:
3737
log4j.logger.org.apache.zookeeper.server.NIOServerCnxn=WARN
3838
3939
jmx-zookeeper-prometheus.yaml: |+
40-
rules:
41-
- pattern: "org.apache.ZooKeeperService<name0=ReplicatedServer_id(\\d)><>(\\w+)"
42-
name: "zookeeper_$2"
43-
- pattern: "org.apache.ZooKeeperService<name0=ReplicatedServer_id(\\d), name1=replica.(\\d)><>(\\w+)"
44-
name: "zookeeper_$3"
45-
labels:
46-
replicaId: "$2"
47-
- pattern: "org.apache.ZooKeeperService<name0=ReplicatedServer_id(\\d), name1=replica.(\\d), name2=(\\w+)><>(\\w+)"
48-
name: "zookeeper_$4"
49-
labels:
50-
replicaId: "$2"
51-
memberType: "$3"
52-
- pattern: "org.apache.ZooKeeperService<name0=ReplicatedServer_id(\\d), name1=replica.(\\d), name2=(\\w+), name3=(\\w+)><>(\\w+)"
53-
name: "zookeeper_$4_$5"
54-
labels:
55-
replicaId: "$2"
56-
memberType: "$3"
40+
startDelaySeconds: 0
41+
jmxUrl: service:jmx:rmi:///jndi/rmi://127.0.0.1:5555/jmxrmi
42+
ssl: false
43+
lowercaseOutputName: false
44+
lowercaseOutputLabelNames: false

0 commit comments

Comments
 (0)