Skip to content

Commit 4f32d01

Browse files
authored
Update spiderpool agent default interval of prometheus service monitor (#4921)
Signed-off-by: lou-lan <[email protected]>
1 parent 26d2707 commit 4f32d01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/spiderpool/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ helm install spiderpool spiderpool/spiderpool --wait --namespace kube-system \
290290
| `spiderpoolAgent.prometheus.serviceMonitor.namespace` | the serviceMonitor namespace. Default to the namespace of helm instance | `""` |
291291
| `spiderpoolAgent.prometheus.serviceMonitor.annotations` | the additional annotations of spiderpoolAgent serviceMonitor | `{}` |
292292
| `spiderpoolAgent.prometheus.serviceMonitor.labels` | the additional label of spiderpoolAgent serviceMonitor | `{}` |
293-
| `spiderpoolAgent.prometheus.serviceMonitor.interval` | represents the interval of spiderpoolAgent serviceMonitor's scraping action | `10s` |
293+
| `spiderpoolAgent.prometheus.serviceMonitor.interval` | represents the interval of spiderpoolAgent serviceMonitor's scraping action | `5s` |
294294
| `spiderpoolAgent.prometheus.prometheusRule.install` | install prometheusRule for spiderpool agent. This requires the prometheus CRDs to be available | `false` |
295295
| `spiderpoolAgent.prometheus.prometheusRule.namespace` | the prometheusRule namespace. Default to the namespace of helm instance | `""` |
296296
| `spiderpoolAgent.prometheus.prometheusRule.annotations` | the additional annotations of spiderpoolAgent prometheusRule | `{}` |

charts/spiderpool/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ spiderpoolAgent:
502502
labels: {}
503503

504504
## @param spiderpoolAgent.prometheus.serviceMonitor.interval represents the interval of spiderpoolAgent serviceMonitor's scraping action
505-
interval: "10s"
505+
interval: "5s"
506506

507507
prometheusRule:
508508
## @param spiderpoolAgent.prometheus.prometheusRule.install install prometheusRule for spiderpool agent. This requires the prometheus CRDs to be available

0 commit comments

Comments
 (0)