Skip to content

Commit ced99c8

Browse files
authored
Fix extra quotes for the sending queue storage in OTLP destinations (#2198)
Signed-off-by: Pete Wall <[email protected]>
1 parent 62cc204 commit ced99c8

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

charts/k8s-monitoring/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44

5+
* Fix extra quotes for the sending queue storage in OTLP destinations (@petewall)
56
* Fix the inclusion of the destination secret for Service Graph instance (@petewall)
67
* Update Alloy Operator to 0.3.14 (@petewall)
78

charts/k8s-monitoring/docs/examples/destinations/otlp-endpoint/alloy-logs.alloy

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/k8s-monitoring/docs/examples/destinations/otlp-endpoint/alloy-metrics.alloy

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/k8s-monitoring/docs/examples/destinations/otlp-endpoint/output.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/k8s-monitoring/templates/destinations/_destination_otlp.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ otelcol.exporter.otlphttp {{ include "helper.alloy_name" .name | quote }} {
517517
sizer = {{ .sendingQueue.sizer | quote }}
518518
{{- end }}
519519
{{- if .sendingQueue.storage }}
520-
storage = {{ .sendingQueue.storage | quote }}
520+
storage = {{ .sendingQueue.storage }}
521521
{{- end }}
522522
{{- if .sendingQueue.batch.enabled }}
523523
batch {

0 commit comments

Comments
 (0)