postgres_exporter/percona_tests/custom-queries/medium-resolution/example-queries-postgres.yml
Taras Shcherban a6e78dc07a
PMM-10278 postgres_exporter integration tests (#71)
PMM-10278 add compatibility tests for exporter upgrade
2022-10-03 16:30:44 +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"