This repository was archived by the owner on Aug 22, 2024. It is now read-only.
Replies: 2 comments 2 replies
|
I tested pgscv with postgres 9.x and newer. But there are some important points:
Ad-hoc example with 9.0 |
0 replies
|
It looks like problem with permission. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi.
What is the minimal postgres version needed to run exporter?
I tryied to start it working with pg 9.5
#root /usr/bin/pgscv --config-file=/etc/pgscv9.yaml --log-level="debug"
{"level":"info","service":"pgscv","time":"2021-11-19T12:36:43+03:00","message":"read configuration from /etc/pgscv9.yaml"}
{"level":"info","service":"pgscv","time":"2021-11-19T12:36:43+03:00","message":"no-track disabled, for details check the documentation about 'no_track_mode' option."}
{"level":"debug","service":"pgscv","time":"2021-11-19T12:36:43+03:00","message":"compile filters"}
{"level":"debug","service":"pgscv","time":"2021-11-19T12:36:43+03:00","message":"filters compiled successfully"}
{"level":"debug","service":"pgscv","time":"2021-11-19T12:36:43+03:00","message":"start application"}
{"level":"debug","service":"pgscv","time":"2021-11-19T12:36:43+03:00","message":"config: add services from configuration"}
{"level":"info","service":"pgscv","time":"2021-11-19T12:36:43+03:00","message":"registered new service [system:0]"}
{"level":"info","service":"pgscv","time":"2021-11-19T12:36:43+03:00","message":"registered new service [postgres95]"}
{"level":"debug","service":"pgscv","time":"2021-11-19T12:36:43+03:00","message":"service [postgres95] available through: pgscv_user@postgres95:5432/postgres"}
Last string in log about that service successfully registered, but when i tryed to get metrics via CURL - there are only system metrics.
I tried also disable all postgres collectors , except custom SQL query - and nothing changes
All reactions