Skip to content

Commit 04c762a

Browse files
committed
remove unsupported Consul and ZooKeeper
1 parent 71b7ded commit 04c762a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorial/custom_installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Create `/etc/pgwatch/sources.yaml`:
108108
|--------|-------------|---------|
109109
| `name` | Unique name for this source | `mydb` |
110110
| `kind` | Source type: `postgres`, `postgres-continuous-discovery`, `pgbouncer`, `pgpool`, `patroni` | `postgres` |
111-
| `conn_str` | PostgreSQL, etcd, Consul, or ZooKeepr connection string | `postgresql://user:pass@host/db` or `etcd://host1:1234,host2:1344/scope/member` |
111+
| `conn_str` | PostgreSQL or etcd connection string | `postgresql://user:pass@host/db` or `etcd://host1:1234,host2:1344/scope/member` |
112112
| `preset_metrics` | Preset to use: `minimal`, `basic`, `exhaustive`, `unprivileged`, etc. | `exhaustive` |
113113
| `custom_metrics` | Custom metrics with intervals (seconds) | `{ backends: 300 }` |
114114
| `include_pattern` | Regex to filter databases (for continuous discovery) | `^mydb_` |

0 commit comments

Comments
 (0)