@@ -253,30 +253,30 @@ def discovery_rules(self, template, dashboard=False):
253
253
}]
254
254
items = [
255
255
{"key" : self .right_type (self .key_send , var_discovery = "{#APPLICATION_NAME}," ),
256
- "name" : "Time elapsed sending recent WAL locally on {#APPLICATION_NAME}" ,
256
+ "name" : "PostgreSQL WAL Send Lag: Time elapsed sending recent WAL locally on {#APPLICATION_NAME}" ,
257
257
"value_type" : Plugin .VALUE_TYPE .numeric_float ,
258
258
"delay" : self .plugin_config ("interval" ),
259
259
"drawtype" : 2 },
260
260
{"key" : self .right_type (self .key_receive , var_discovery = "{#APPLICATION_NAME}," ),
261
- "name" : "Time elapsed between receiving recent WAL locally and receiving notification that "
261
+ "name" : "PostgreSQL WAL Receive Lag: Time elapsed between receiving recent WAL locally and receiving notification that "
262
262
"this standby server {#APPLICATION_NAME} has flushed it" ,
263
263
"value_type" : Plugin .VALUE_TYPE .numeric_float ,
264
264
"delay" : self .plugin_config ("interval" ),
265
265
"drawtype" : 2 },
266
266
{"key" : self .right_type (self .key_write , var_discovery = "{#APPLICATION_NAME}," ),
267
- "name" : "Time elapsed between flushing recent WAL locally and receiving notification that "
267
+ "name" : "PostgreSQL WAL Write Lag: Time elapsed between flushing recent WAL locally and receiving notification that "
268
268
"this standby server {#APPLICATION_NAME} has written it" ,
269
269
"value_type" : Plugin .VALUE_TYPE .numeric_float ,
270
270
"delay" : self .plugin_config ("interval" ),
271
271
"drawtype" : 2 },
272
272
{"key" : self .right_type (self .key_flush , var_discovery = "{#APPLICATION_NAME}," ),
273
- "name" : "Time elapsed between flushing recent WAL locally and receiving notification that "
273
+ "name" : "PostgreSQL WAL Flush Lag: Time elapsed between flushing recent WAL locally and receiving notification that "
274
274
"this standby server {#APPLICATION_NAME} has written and flushed it" ,
275
275
"value_type" : Plugin .VALUE_TYPE .numeric_float ,
276
276
"delay" : self .plugin_config ("interval" ),
277
277
"drawtype" : 2 },
278
278
{"key" : self .right_type (self .key_replay , var_discovery = "{#APPLICATION_NAME}," ),
279
- "name" : "Time elapsed between flushing recent WAL locally and receiving notification that "
279
+ "name" : "PostgreSQL WAL Replay Lag: Time elapsed between flushing recent WAL locally and receiving notification that "
280
280
"this standby server {#APPLICATION_NAME} has written, flushed and applied" ,
281
281
"value_type" : Plugin .VALUE_TYPE .numeric_float ,
282
282
"delay" : self .plugin_config ("interval" ),
0 commit comments