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 972ff09 + d9dc924 commit 3d853e4Copy full SHA for 3d853e4
chart/Chart.yaml
@@ -12,7 +12,7 @@ keywords:
12
- monitoring
13
- tracing
14
- opentelemetry
15
-version: 17.12.1
+version: 17.12.2
16
# TODO(paulfantom): Enable after kubernetes 1.22 reaches EOL (2022-10-28)
17
# kubeVersion: ">= 1.23.0"
18
dependencies:
chart/values.yaml
@@ -249,6 +249,8 @@ kube-prometheus-stack:
249
enabled: false
250
name: tobs-scrape-config
251
key: additional-scrape-config.yaml
252
+ # Enable Prometheus Remote Write dashboard.
253
+ remoteWriteDashboards: true
254
# Values for configuring the deployment of Grafana
255
# The Grafana Community chart is used and the guide for it
256
# can be found at:
0 commit comments