Skip to content

Commit

Permalink
Fix fluentd url for tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
sumo-drosiek authored and perk-sumo committed May 4, 2020
1 parent f513d77 commit 93b125e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helm/sumologic/conf/traces/traces.otelcol.conf.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- $yamlFile := toYaml $.Values.otelcol.config }}
{{- $fullname := include "sumologic.fullname" . }}
{{- $url := list "http://" $fullname ":9411/api/v2/spans" | join "" }}
{{- $url := list "http://" $fullname "-fluentd-logs:9411/api/v2/spans" | join "" }}
{{- $yamlFile | replace "exporters.zipkin.url_replace" $url | nindent 2 }}

0 comments on commit 93b125e

Please sign in to comment.