Skip to content

Commit 7fefb5a

Browse files
authored
Merge pull request #5149 from amvanbaren/configure-grafana-alloy
Improve Grafana configuration
2 parents e368dca + 7463927 commit 7fefb5a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/openvsx/templates/grafana-alloy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ data:
5151
5252
prometheus.scrape "redis_scrape_{{ $index }}" {
5353
targets = prometheus.exporter.redis.redis_metrics_{{ $index }}.targets
54+
scrape_interval = "600s"
5455
forward_to = [prometheus.remote_write.default.receiver]
5556
}
5657

charts/openvsx/templates/service-monitor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ spec:
1616
matchNames:
1717
- {{ .Values.namespace }}
1818
endpoints:
19-
- port: http
19+
- port: management
2020
path: /actuator/prometheus
21-
interval: 15s
21+
interval: 60s

0 commit comments

Comments
 (0)