Conversation
Signed-off-by: Bonusree <bonusree@appscode.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughA new documentation file ChangesPostgreSQL Prometheus Alerting Guide
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Visit the preview URL for this PR (updated for commit a8727b8): https://kubedb-v2-hugo--pr907-alert-0http5ep.web.app (expires Thu, 20 Aug 2026 09:07:47 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 0f29ae8ae0bd54a99bf2b223b6833be47acd5943 |
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 34854333 | Triggered | Curl Username Password | df23449 | docs/guides/neo4j/monitoring/alerting.md | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree Datta <57539731+Bonusree@users.noreply.github.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
Signed-off-by: Bonusree <bonusree@appscode.com>
|
|
||
| ```bash | ||
| # Port-forward Grafana | ||
| $ kubectl port-forward -n monitoring svc/prometheus-grafana 3000:80 |
There was a problem hiding this comment.
| $ kubectl port-forward -n monitoring svc/prometheus-grafana 3000:80 | |
| $ kubectl port-forward -n monitoring svc/prometheus-grafana 3000:80& |
to background the process and make it easier to copy-paste
| ### Install | ||
|
|
||
| ```bash | ||
| $ helm upgrade -i postgres-alerts oci://ghcr.io/appscode-charts/postgres-alerts \ |
There was a problem hiding this comment.
The command installs the chart as postgres-alerts, causing selectors to use job=postgres-alerts-stats instead of the database target pg-grafana-demo-stats. (ref: https://github.com/opnpulse/alerts/blob/7c9476ac73c75ec01ebde089a08f70a7e2c04375/charts/postgres-alerts/templates/_helpers.tpl#L12-L14)
fix: install it as pg-grafana-demo
| Let's create the PostgreSQL resource. | ||
|
|
||
| ```bash | ||
| $ kubectl apply -f https://github.com/kubedb/docs/raw/{{< param "info.version" >}}/docs/examples/postgres/monitoring/pg-grafana-demo.yaml |
There was a problem hiding this comment.
returns 404 for some/all versions like
https://github.com/kubedb/docs/raw/v2026.6.19/docs/examples/postgres/monitoring/pg-grafana-demo.yamlSigned-off-by: Bonusree <bonusree@appscode.com>
Summary by CodeRabbit