Nguyen Tan Vy

Results 7 issues of Nguyen Tan Vy

Hi, It's nice to be supported cache size (capacity, used, sent).

Hi there, I want to delete default node pool after create k8s cluster but it is not supported on Terraform. ### Terraform Version v0.12.18 ### Affected Resource(s) Please list the...

enhancement-provider
Needs Investigation

If `auto-discover-databases` is enabled, postgres_exporter will return 500 status. - postgres_exporter version 0.9.0. - The error message: ``` .... * collected metric "pg_process_idle_seconds" { label: label: histogram: } was collected...

In case the query `pg_replication` run in the slave which currently has no database traffic (for example in the middle of the night), the exporter will show an incorrect lag...

``` docker image inspect -f "{{ .Architecture }}-{{ .Size }}" percona/percona-xtrabackup:8.0.32-25 amd64-511926812 ``` ``` docker image inspect -f "{{ .Architecture }}-{{ .Size }}" local/percona-xtrabackup:8.0.32-25 amd64-408401460 ```

Please add new MySQL replication event type TRANSACTION_PAYLOAD_EVENT. This event type had been added since MySQL 8.0.20. my.cnf ``` binlog_transaction_compression_level_zstd = 3 binlog_transaction_compression = 1 ``` MySQL source code: https://github.com/mysql/mysql-server/blob/mysql-8.0.21/libbinlogevents/include/binlog_event.h#L348...