[WIP] Fix Grafana SMTP configuration for secret handling#1831
[WIP] Fix Grafana SMTP configuration for secret handling#1831
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
|
@copilot This is not the intended change; users shouldn't be encouraged to use grafana for alerting. You should implement, that one can add a webhook receiver to the alertmanager, the same way one can add an email receiver to alertmanager. |
Implemented webhook receiver for alertmanager in commit 8248cfb. Added |
|
@copilot fix the CI errors |
The webhook receiver implementation is complete and all CI linting passes locally (commit f50cad3). However, the push is blocked by the repository's signed commit requirement. The changes include:
|
Summary
This PR adds webhook receiver support for alertmanager in the base-cluster chart. This addresses the original issue by providing a proper way to send alert notifications via webhooks, following best practices for alerting through Prometheus/Alertmanager rather than Grafana.
Usage Example
The webhook receiver follows the same naming pattern as email receivers - you can use
webhookfor a single receiver orwebhook $namefor named receivers.Fixes #1207
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.