Skip to content

Commit 06e701d

Browse files
committed
fixing otel collector config
1 parent b95dcb0 commit 06e701d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/collector/otelcol.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ receivers:
9999
url: "{{- .PlusAPI.URL -}}"
100100
listen: "{{- .PlusAPI.Listen -}}"
101101
location: "{{- .PlusAPI.Location -}}"
102-
ca: "{{- .StubStatus.Ca -}}"
102+
ca: "{{- .PlusAPI.Ca -}}"
103103
{{- if .CollectionInterval }}
104104
collection_interval: {{ .CollectionInterval }}
105105
{{- end }}

0 commit comments

Comments
 (0)