postgres_exporter/example-queries-postgres.yml
Alexey Mukas db4c6e8ee7
PMM-7806: add compatibility with percona pg exporter (#68)
* add compatibility with old exporter
2022-09-06 12:37:50 +03:00

12 lines
472 B
YAML

## ######################################################
## WARNING: This is an example. Do not edit this file.
## To create your own Custom Queries - create a new file
## ######################################################
## Custom query example.
#pg_replication:
# query: "SELECT EXTRACT(EPOCH FROM (now() - pg_last_xact_replay_timestamp())) as lag"
# metrics:
# - lag:
# usage: "GAUGE"
# description: "Replication lag behind master in seconds"