postgresql: Collect Wal-G metrics with statsd_exporter
_wal-g_ can send StatsD metrics when it completes an upload/backup/etc. task. Using the `statsd_exporter`, we can capture these metrics and make them available to Victoria Metrics.frigate-exporter
parent
87b9014721
commit
a0c5ffc869
|
@ -59,3 +59,4 @@ wal_g_pg_config:
|
|||
WALG_S3_PREFIX: s3://pgbackup/pyrocufflink/main/15
|
||||
AWS_ENDPOINT: https://s3.backups.pyrocufflink.blue
|
||||
PGHOST: /run/postgresql
|
||||
WALG_STATSD_ADDRESS: localhost:9125
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
- role: wal-g-pg
|
||||
tags:
|
||||
- wal-g
|
||||
- role: statsd-exporter
|
||||
tags:
|
||||
- statsd-exporter
|
||||
- postgresql-server
|
||||
- role: postgres-exporter
|
||||
tags: postgres-exporter
|
||||
|
|
Loading…
Reference in New Issue