Skip to content

Commit

Permalink
fix input for filter and memory limiter processors (#1037)
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Wall <[email protected]>
  • Loading branch information
petewall authored Dec 26, 2024
1 parent 6fe270c commit 4e53c18
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ true
false
{{- end }}
{{- end }}
{{- define "feature.applicationObservability.processor.filter.alloy.target" }}otelcol.processor.filter.{{ .name | default "default" }}.target{{ end }}
{{- define "feature.applicationObservability.processor.filter.alloy.target" }}otelcol.processor.filter.{{ .name | default "default" }}.input{{ end }}
{{- define "feature.applicationObservability.processor.filter.alloy" }}
otelcol.processor.filter "{{ .name | default "default" }}" {
{{- if and .Values.metrics.enabled (or .Values.metrics.filters.metric .Values.metrics.filters.datapoint) }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{/* Inputs: Values (values) metricsOutput, logsOutput, tracesOutput, name */}}
{{- define "feature.applicationObservability.processor.memory_limiter.alloy.target" }}otelcol.processor.memory_limiter.{{ .name | default "default" }}.target{{ end }}
{{- define "feature.applicationObservability.processor.memory_limiter.alloy.target" }}otelcol.processor.memory_limiter.{{ .name | default "default" }}.input{{ end }}
{{- define "feature.applicationObservability.processor.memory_limiter.alloy" }}
otelcol.processor.memory_limiter "{{ .name | default "default" }}" {
check_interval = {{ .Values.processors.memoryLimiter.checkInterval | quote }}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 4e53c18

Please sign in to comment.