Skip to content

Commit e35d077

Browse files
committed
Still not getting anything zookeeper-specific
1 parent 0994950 commit e35d077

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

zookeeper/10zookeeper-config.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,5 @@ data:
3838
3939
jmx-zookeeper-prometheus.yaml: |+
4040
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"
41+
- pattern : org.apache.ZooKeeperService<type=(.*)>
5742
- pattern : java.lang<type=(.*)>

0 commit comments

Comments
 (0)