Message-ID: From: "svendiedrichsen (@svendiedrichsen)" To: "pgjdbc/pgjdbc" Date: Thu, 12 Dec 2024 18:34:13 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #2478: Collect and report metrics from the driver side In-Reply-To: References: List-Id: X-GitHub-Author-Login: svendiedrichsen X-GitHub-Comment-Id: 2539743231 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 2478 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/2478#issuecomment-2539743231 Content-Type: text/plain; charset=utf-8 In case of using JFR events for observability one could use [JFR Event Streaming](https://openjdk.org/jeps/349) to receive the events and stream them into whatever system to observe. No need for specific listeners codewise from them JDBC driver.