File tree Expand file tree Collapse file tree
charts/k8s-observability-monitoring Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
22name : k8s-observability-monitoring
3- version : 1.0.3
3+ version : 1.0.4
44description : Helm chart for k8s-observability-monitoring
55
66# renovate: datasource=helm depName=k8s-monitoring registryUrl=https://grafana.github.io/helm-charts
Original file line number Diff line number Diff line change 44{{- if .Values.destinations }}
55destinations:
66{{- range $name , $dest := .Values.destinations }}
7+ {{- if not $dest .customAlloyOnly }}
78 {{ $name }}:
89 type: {{ $dest .type | default " otlp" }}
910 url: {{ $dest .url }}
@@ -52,6 +53,7 @@ destinations:
5253 {{- toYaml $dest .sendingQueue | nindent 6 }}
5354 {{- end }}
5455{{- end }}
56+ {{- end }}
5557{{- else }}
5658destinations: {}
5759{{- end }}
Original file line number Diff line number Diff line change 1313# Each destination is a map entry with the destination name as key.
1414# See: https://github.com/grafana/k8s-monitoring-helm/blob/main/charts/k8s-monitoring/docs/destinations/README.md
1515#
16+ # Set customAlloyOnly: true to exclude a destination from the upstream k8s-monitoring chart
17+ # (it will only be used by customAlloy).
18+ #
1619# Example:
1720# destinations:
1821# otlpGateway:
You can’t perform that action at this time.
0 commit comments