Feng Ruohang
Feng Ruohang
Citus has it's own catalog and is complicated enough to have its own dashboards. We may have a Citus folder which contains: - Citus Catalog: distributive tables - Citus Stat...
The `pg` alias is a thin wrapper to `patronictl`. I'm going to merge that alias into `pig patroni` subcommand to simplify command line interface. The rough idea would be a...
The configuration wizard is too simple for real world cases, we have to make a new one, inside the PIG CLI tool. It would ask a series of questions and...
**Describe the bug** https://github.com/ApsaraDB/PolarDB-for-PostgreSQL/releases/tag/v15.12.3.0 install rpm/deb, init data dir and launch database server without any further configuration, it throws the following message every seconds ``` WARNING: Failed to get the...
We can collector more metrics from optional extensions: https://pigsty.io/ext/stat/ - pg_stat_monitor - pg_qualstats - pg_stat_kcache - pg_show_plans - pg_tracing - pg_wait_sampling - system_stats - pgnodemx - pg_proctab - pg_sqlog
We can collector citus shard, node, distributive table, activity, lock metrics with some new defined collectors.
we can collect timescaledb metrics for hypertables and chunks ``` #==============================================================# # 1000 pg_tsdb_hypertable #==============================================================# # this collector reqires timescaledb extension to be installed pg_tsdb_hypertable: name: pg_tsdb_hypertable desc: TimescaleDB hypertable...
Add new metrics for `pg_replication_slots` and `pg_stat_replication_slots`
### What feature are you requesting? Adding RPM/DEB release for Debian 13 / EL 10. Add compatbility for PostgreSQL 18 ### Why are you requesting this feature? new systems are...