Nikolay Sivko

Results 104 comments of Nikolay Sivko

@dj-wasabi, thanks for the report! I've reproduced the issue. Running the agent in Docker Desktop is theoretically possible, but we'd need to make some tweaks to the code: * `/sys/kernel/debug`...

@snoby, thank you for the report! I have successfully reproduced the issue on the 5.4.0-1092-kvm kernel. It appears that certain tracepoints are disabled in "-kvm" kernels. ``` grep CONFIG_FTRACE_SYSCALLS "/boot/config-$(uname...

Take a look at [Coroot Community Edition](https://coroot.com/blog/advanced-postgres-monitoring). All the metrics gathered by pg-agent are already integrated there.

Indeed, we have plans to add a project-level overview for traces and logs

Coroot's Helm chart installs the OpenTelemetry Collector, which creates all the required tables in ClickHouse and exports traces to it.

Now, Coroot manages tables in ClickHouse directly and no longer relies on the otel-collector

1. The Network RTT chart shows the round-trip time in milliseconds, so in your case it's 4 seconds (I understand that it's huge, but you interpreted this correctly). 2. 50m...

Coroot displays the current CPU usage (Grafana shows a 2-minute average). Please check the CPU usage chart on the affected node in Coroot.

High `iowait` CPU usage occurs when the CPU is waiting for input/output (I/O) operations, such as reading or writing data to disk. Unfortunately, Coroot currently doesn't offer an easy way...