Skip to content

Commit 3d853e4

Browse files
authored
Merge pull request #634 from arajkumar/enable-prometheus-remote-write-dashboard
2 parents 972ff09 + d9dc924 commit 3d853e4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords:
1212
- monitoring
1313
- tracing
1414
- opentelemetry
15-
version: 17.12.1
15+
version: 17.12.2
1616
# TODO(paulfantom): Enable after kubernetes 1.22 reaches EOL (2022-10-28)
1717
# kubeVersion: ">= 1.23.0"
1818
dependencies:

chart/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ kube-prometheus-stack:
249249
enabled: false
250250
name: tobs-scrape-config
251251
key: additional-scrape-config.yaml
252+
# Enable Prometheus Remote Write dashboard.
253+
remoteWriteDashboards: true
252254
# Values for configuring the deployment of Grafana
253255
# The Grafana Community chart is used and the guide for it
254256
# can be found at:

0 commit comments

Comments
 (0)