Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ You can find the dashboard under `Home > Dashboards > grafana > CloudNativePG`.

![dashboard](image.png)

> **Note:** Grafana Live is disabled (`max_connections: 0`) to prevent
> WebSocket connection buildup that can exhaust kubectl port-forward
> streams and cause timeout errors. This means real-time dashboard
> streaming is unavailable, but all other Grafana features work normally
> when accessed via port-forward.

## PodMonitor

To enable Prometheus to scrape metrics from your PostgreSQL pods, you must
Expand Down
2 changes: 2 additions & 0 deletions monitoring/grafana/grafana_instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spec:
security:
admin_user: admin
admin_password: admin
live:
max_connections: "0"
deployment:
spec:
template:
Expand Down