collector
collector copied to clipboard
Support using the same syslog server for different source Postgres servers
We're running our postgres instances on Aiven where the master and read replica pairs share the same syslog integration. Because at the moment, pganalyze's syslog server can't distinguish logs that come from different sources, we don't have visibility into the performance of our replicas.
There's a comment in the code mentioning a TODO for disambiguating logs based on different sources: https://github.com/pganalyze/collector/blob/290466d5073bb9b15b04a6bda3ba8bd6cda2344f/input/system/selfhosted/syslog_log_receiver.go#L70-L71
We're very fond of pganalyze and would love to get the ability to have visibility into the performance of both our masters and replicas 🙏 ❤️
Any idea if you plan to prioritize this anytime soon? We have multiple clusters we are managing, and without a way to separate different servers and/or Clusters, the logs feature is essentially useless.