Skip to content

Commit

Permalink
Remove the unused sumologic.traces.endpoint key
Browse files Browse the repository at this point in the history
Cleanup after the #778 PR merge, commit 428c227
  • Loading branch information
perk-sumo committed Jul 27, 2020
1 parent 5683246 commit abff23d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions deploy/helm/sumologic/conf/traces/traces.otelcol.conf.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{{- $yamlFile := toYaml $.Values.otelcol.config }}
{{- $_collector := .Values.sumologic.collectorName | default .Values.sumologic.clusterName | quote }}
{{- $endpoint := .Values.sumologic.traces.endpoint | quote }}
{{- $sourceName := .Values.sumologic.sourceName | quote }}
{{- $sourceCategory := .Values.sumologic.sourceCategory | quote }}
{{- $sourceCategoryPrefix := .Values.sumologic.sourceCategoryPrefix | quote }}
Expand All @@ -15,7 +14,6 @@
{{- $clusterName := include "sumologic.clusterNameReplaceSpaceWithDash" . }}

{{- $yamlFile | replace "processors.source.collector.replace" $_collector | nindent 2 }}
{{- $yamlFile | replace "exporters.zipkin.url_replace" $endpoint | nindent 2 }}
{{- $yamlFile | replace "processors.source.name.replace" $sourceName | nindent 2 }}
{{- $yamlFile | replace "processors.source.category.replace" $sourceCategory | nindent 2 }}
{{- $yamlFile | replace "processors.source.category_prefix.replace" $sourceCategoryPrefix | nindent 2 }}
Expand Down
2 changes: 0 additions & 2 deletions deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ sumologic:
# Use filter stdout plugin for tracing data
# Warning: It will produce additional fluentd logs (one per trace)
fluentd_stdout: false
# Sumologic endpoint for traces
endpoint: ''
# How many spans per request should be send to receiver
spans_per_request: 100

Expand Down

0 comments on commit abff23d

Please sign in to comment.