python-diamond / Diamond

Diamond is a python daemon that collects system metrics and publishes them to Graphite (and others). It is capable of collecting cpu, memory, network, i/o, load and disk metrics. Additionally, it features an API for implementing custom collectors for gathering metrics from almost any source.
http://diamond.readthedocs.org/
MIT License
1.74k stars 601 forks source link

PostgresqlCollector: fix WalSegmentStats for Postgres 10 #716

Closed mpasternacki closed 2 years ago

mpasternacki commented 6 years ago

Directory that stores WAL segments has been renamed in PostgreSQL 10.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 24.394% when pulling 07537175328c780a01901ae4fed30af8096d6a55 on mpasternacki:fix-postgresql-10 into 0f3eb04327d6d3ed5e53a9967d6c9d2c09714a47 on python-diamond:master.