chore(argo-cd): Support relabelings and metricRelabelings to Notification's ServiceMonitor (#1720)
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
c04ff27b34
commit
7e45f5f03f
4 changed files with 16 additions and 2 deletions
|
|
@ -2534,6 +2534,10 @@ notifications:
|
|||
scheme: ""
|
||||
# -- Prometheus ServiceMonitor tlsConfig
|
||||
tlsConfig: {}
|
||||
# -- Prometheus [RelabelConfigs] to apply to samples before scraping
|
||||
relabelings: []
|
||||
# -- Prometheus [MetricRelabelConfigs] to apply to samples before ingestion
|
||||
metricRelabelings: []
|
||||
|
||||
# -- Configures notification services such as slack, email or custom webhook
|
||||
# @default -- See [values.yaml]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue