@@ -31,6 +31,14 @@ rules:
31
31
tableType : " $2"
32
32
topic : " $3"
33
33
partition : " $4"
34
+ - pattern : " \" org.apache.pinot.common.metrics\" <type=\" ServerMetrics\" , name=\" pinot.server.highestStreamOffsetConsumed.([^\\ .]*?)_(OFFLINE|REALTIME)\\ -(.+)\\ -(\\ w+)\" ><>(\\ w+)"
35
+ name : " pinot_server_highestStreamOffsetConsumed_$5"
36
+ cache : true
37
+ labels :
38
+ table : " $1"
39
+ tableType : " $2"
40
+ topic : " $3"
41
+ partition : " $4"
34
42
- pattern : " \" org.apache.pinot.common.metrics\" <type=\" ServerMetrics\" , name=\" pinot.server.lastRealtimeSegment(\\ w+)Seconds.([^\\ .]*?)_(OFFLINE|REALTIME)\\ -(.+)\\ -(\\ w+)\" ><>(\\ w+)"
35
43
name : " pinot_server_lastRealtimeSegment$1Seconds_$6"
36
44
cache : true
@@ -42,6 +50,21 @@ rules:
42
50
- pattern : " \" org.apache.pinot.common.metrics\" <type=\" ServerMetrics\" , name=\" pinot.server.llcControllerResponse(\\ w+)\" ><>(\\ w+)"
43
51
name : " pinot_server_llcControllerResponse_$1_$2"
44
52
cache : true
53
+ - pattern : " \" org.apache.pinot.common.metrics\" <type=\" ServerMetrics\" , name=\" pinot.server.llcPartitionConsuming.([^\\ .]*?)_(OFFLINE|REALTIME)\\ -(.+)\\ -(\\ w+)\" ><>(\\ w+)"
54
+ name : " pinot_server_llcPartitionConsuming_$5"
55
+ cache : true
56
+ labels :
57
+ table : " $1"
58
+ tableType : " $2"
59
+ topic : " $3"
60
+ partition : " $4"
61
+ - pattern : " \" org.apache.pinot.common.metrics\" <type=\" ServerMetrics\" , name=\" pinot.server.realtimeIngestionDelayMs.([^\\ .]*?)_(OFFLINE|REALTIME)\\ .(\\ w+)\" ><>(\\ w+)"
62
+ name : " pinot_server_realtimeIngestionDelayMs_$4"
63
+ cache : true
64
+ labels :
65
+ table : " $1"
66
+ tableType : " $2"
67
+ partition : " $3"
45
68
- pattern : " \" org.apache.pinot.common.metrics\" <type=\" ServerMetrics\" , name=\" pinot.server.llcSimultaneousSegmentBuilds\" ><>(\\ w+)"
46
69
name : " pinot_server_llcSimultaneousSegmentBuilds_$1"
47
70
cache : true
@@ -89,17 +112,44 @@ rules:
89
112
cache : true
90
113
labels :
91
114
table : " $1"
115
+ - pattern : " \" org.apache.pinot.common.metrics\" <type=\" ServerMetrics\" , name=\" pinot.server.numResizes.([^\\ .]*?)_(OFFLINE|REALTIME)\" ><>(\\ w+)"
116
+ name : " pinot_server_numResizes_$3"
117
+ cache : true
118
+ labels :
119
+ table : " $1"
120
+ tableType : " $2"
92
121
- pattern : " \" org.apache.pinot.common.metrics\" <type=\" ServerMetrics\" , name=\" pinot.server.resizeTimeMs.([^\\ .]*?)_(OFFLINE|REALTIME)\" ><>(\\ w+)"
93
122
name : " pinot_server_resizeTimeMs_$3"
94
123
cache : true
95
124
labels :
96
125
table : " $1"
97
126
tableType : " $2"
127
+ - pattern : " \" org.apache.pinot.common.metrics\" <type=\" ServerMetrics\" , name=\" pinot.server.upsertPrimaryKeysCount.([^\\ .]*?)_(OFFLINE|REALTIME).(\\ w+)\" ><>(\\ w+)"
128
+ name : " pinot_server_upsertPrimaryKeysCount_$4"
129
+ cache : true
130
+ labels :
131
+ table : " $1"
132
+ tableType : " $2"
133
+ partition : " $3"
98
134
- pattern : " \" ?org\\ .apache\\ .pinot\\ .common\\ .metrics\" ?<type=\" ?\\ w+\" ?, name=\" ?pinot\\ .(\\ w+)\\ .version\\ .(\\ w+)\" ?><>(\\ w+)"
99
135
name : " pinot_$1_version"
100
136
cache : true
101
137
labels :
102
138
version : " $2"
139
+ - pattern : " \" org.apache.pinot.common.metrics\" <type=\" ServerMetrics\" , name=\" pinot.server.upsertValidDocSnapshotCount.([^\\ .]*?)_(OFFLINE|REALTIME).(\\ w+)\" ><>(\\ w+)"
140
+ name : " pinot_server_upsertValidDocSnapshotCount_$4"
141
+ cache : true
142
+ labels :
143
+ table : " $1"
144
+ tableType : " $2"
145
+ partition : " $3"
146
+ - pattern : " \" org.apache.pinot.common.metrics\" <type=\" ServerMetrics\" , name=\" pinot.server.upsertPrimaryKeysInSnapshotCount.([^\\ .]*?)_(OFFLINE|REALTIME).(\\ w+)\" ><>(\\ w+)"
147
+ name : " pinot_server_upsertPrimaryKeysInSnapshotCount_$4"
148
+ cache : true
149
+ labels :
150
+ table : " $1"
151
+ tableType : " $2"
152
+ partition : " $3"
103
153
# grpc related metrics
104
154
- pattern : " \" org.apache.pinot.common.metrics\" <type=\" ServerMetrics\" , name=\" pinot.server.grpc(.+)\" ><>(\\ w+)"
105
155
name : " pinot_server_grpc$1_$2"
0 commit comments