Lukas Fittl
Lukas Fittl
This might be related to the underlying library (libpg_query) not having official Windows support. If you want to add support I would recommend starting with trying to compile https://github.com/lfittl/libpg_query (but...
This is likely since this library wasn't updated yet for Postgres 10 - @zhm should be able to comment on how complex of an effort that would be. It essentially...
Hi @johnhf804! This would usually show when the collector that's running in the background is not running as expected. Can you try running "systemctl start pganalyze-collector" and see if this...
> @lfittl Are we able to merge this one today? Yep, done! Thanks for your work on this :)
@steveh Thanks for bringing this up! This matter is slightly complicated because we'd have to teach our publishing process about pushing to ECR (and having enough permissions to do so),...
Thanks for bringing this up - overall I would say we do not aim to make the collector work with a read-only file system at this point. For context, separate...
@jawnsy Thanks for the detailed write-up, really appreciate this! (and I'll make a note to see if we can revise the docs to cover this more directly) One question for...
> This introduces support for reading logs via the Kubernetes API server using the `kubectl logs` utility. Thanks for the contribution! Generally speaking, I think it'd be great to offer...
> Yes it's completely doable via the API. > > I chose to go with kubectl for the prototype because that works out of the box within a pod assuming...
@jawnsy Yep, that's correct - the pganalyze collector works just fine with pg_monitor for almost all statistics. With "update documentation" in the original title I assume you are referencing the...