We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e368dca + 7463927 commit 7fefb5aCopy full SHA for 7fefb5a
charts/openvsx/templates/grafana-alloy.yaml
@@ -51,6 +51,7 @@ data:
51
52
prometheus.scrape "redis_scrape_{{ $index }}" {
53
targets = prometheus.exporter.redis.redis_metrics_{{ $index }}.targets
54
+ scrape_interval = "600s"
55
forward_to = [prometheus.remote_write.default.receiver]
56
}
57
charts/openvsx/templates/service-monitor.yaml
@@ -16,6 +16,6 @@ spec:
16
matchNames:
17
- {{ .Values.namespace }}
18
endpoints:
19
- - port: http
+ - port: management
20
path: /actuator/prometheus
21
- interval: 15s
+ interval: 60s
0 commit comments