This repository has been 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
|
Beta Was this translation helpful? Give feedback.
0 replies
-
It looks like problem with permission. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions