148
148
"type" : " prometheus" ,
149
149
"uid" : " P7A0D6631BB10B34F"
150
150
},
151
+ "disableTextWrap" : false ,
151
152
"editorMode" : " code" ,
152
- "expr" : " pgwatch_pg_index_pilot_index_size_bytes{indexrelname=\" $index_name\" , schemaname=\" $schema_name\" }/pgwatch_pg_index_pilot_estimated_tuples{indexrelname=\" $index_name\" , schemaname=\" $schema_name\" }" ,
153
+ "expr" : " pgwatch_pg_class_total_relation_size_bytes{relname=\" $index_name\" , schemaname=\" $schema_name\" } / pgwatch_pg_class_reltuples{relname=\" $index_name\" , schemaname=\" $schema_name\" }" ,
154
+ "fullMetaSearch" : false ,
155
+ "includeNullMetadata" : true ,
153
156
"interval" : " " ,
154
157
"legendFormat" : " Current Boguk ratio" ,
155
158
"range" : true ,
156
- "refId" : " A"
159
+ "refId" : " A" ,
160
+ "useBackend" : false
157
161
},
158
162
{
159
163
"datasource" : {
164
168
"expr" : " pgwatch_pg_index_pilot_best_ratio{indexrelname=\" $index_name\" , schemaname=\" $schema_name\" }" ,
165
169
"hide" : false ,
166
170
"instant" : false ,
167
- "legendFormat" : " Best ratio" ,
171
+ "legendFormat" : " Baseline Boguk ratio" ,
168
172
"range" : true ,
169
173
"refId" : " B"
170
174
}
180
184
"list" : [
181
185
{
182
186
"current" : {
183
- "text" : " " ,
184
- "value" : " "
187
+ "text" : " test_pilot " ,
188
+ "value" : " test_pilot "
185
189
},
186
190
"definition" : " label_values(pgwatch_pg_index_pilot_estimated_tuples,schemaname)" ,
187
191
"name" : " schema_name" ,
215
219
]
216
220
},
217
221
"time" : {
218
- "from" : " now-5m " ,
222
+ "from" : " now-1h " ,
219
223
"to" : " now"
220
224
},
221
225
"timepicker" : {},
222
226
"timezone" : " browser" ,
223
- "title" : " Index Pilot " ,
227
+ "title" : " 10. Single index analysis " ,
224
228
"uid" : " aa0128c5-c5a0-4418-a99e-c941af10426e" ,
225
- "version" : 5
229
+ "version" : 6
226
230
}
0 commit comments