Mahadevan
Mahadevan
As far as I can figure out the problem seems to be with the golang binaries included in Fedora. You should build Go yourself from source and compile rtop with...
@thomasehardt Please check if f753d19 fixes your second issue.
@runar, @vrillusions b3a91f4 has been tagged as release_1.0
Thanks for listing out the breaking changes. The next release of pgmetrics will have support for Citus 11.
Available in release v1.14.0.
Could you split this up into two: the first one for the bug fix, and the second for the alternate ssh config location? The second one should also update the...
Not without recompiling. If you have a working Go installation, you can clone the repo, comment out the following line in `collect.go`: ```go connstr += makeKV("default_query_exec_mode", "simple_protocol") ``` and build...
We just published a new release candidate [v1.17.1-rc.2](https://github.com/rapidloop/pgmetrics/releases/tag/v1.17.1-rc.2). This includes a command-line option `--query-proto`, which can be used to switch to extended protocol, like this: ```pgmetrics --query-proto=extended ..other.args..``` Do try...
Are you seeing this in the pgbouncer logs?
This is a known "issue". This does not affect pgmetrics' ability to collect data, and only pollutes the pgbouncer log. Currently, there does not seem to be a way to...