mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-25 04:28:01 +00:00
12 lines
472 B
YAML
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"
|