1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 15:46:31 +01:00

feat: add timeout field in Webhook receiver

Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
Co-Authored-by Nutmos <nutmos@users.noreply.github.com>
This commit is contained in:
Jayapriya Pai
2025-02-03 16:25:43 +05:30
parent ff2afc3b93
commit 450a1396e3
6 changed files with 50 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
* [FEATURE] Add `keepIdentifyingResourceAttributes` field in OTLPConfig for `Prometheus` and `PrometheusAgent` CRDs. #7240
* [FEATURE] Add `fallbackScrapeProtocol` field to ScrapeClass for `Prometheus` and `PrometheusAgent` CRDs. #7288
* [FEATURE] Support `MSTeamsV2Config` receiver in Alertmanager configuration Secret. #7296
* [FEATURE] Add `Timeout` field in Webhook receiver in Alertmanager configuration Secret. #7312
* [FEATURE] Add `scrapeFailureLogFile` field to the Prometheus and PrometheusAgent CRDs. #7038 #7311
* [BUGFIX] Validate respective api URL field in PagerDutyConfigs, DiscordConfigs, SlackConfigs and WebhookConfigs in AlertManagerConfig CRD. #6585