Skip to content

Commit fb22d99

Browse files
tongossdmathieu
andcommitted
Update exporters/otlp/otlplog/otlploghttp/config.go
Apply the suggested changes Co-authored-by: Damien Mathieu <[email protected]>
1 parent 28b03f4 commit fb22d99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exporters/otlp/otlplog/otlploghttp/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,6 @@ func convHeaders(s string) (map[string]string, error) {
541541
for _, header := range strings.Split(s, ",") {
542542
rawKey, rawVal, found := strings.Cut(header, "=")
543543
if !found {
544-
global.Error(errors.New("missing '="), "parse headers", "input", header)
545544
err = errors.Join(err, fmt.Errorf("invalid header: %s", header))
546545
continue
547546
}

0 commit comments

Comments
 (0)