Skip to content

Commit

Permalink
Revert "[jaeger-v2] Implement UTF-8 sanitizer for OTLP (#6078)"
Browse files Browse the repository at this point in the history
This reverts commit c7e9f3d.
  • Loading branch information
yurishkuro committed Nov 2, 2024
1 parent f234760 commit 34ba765
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 399 deletions.
1 change: 0 additions & 1 deletion cmd/jaeger/internal/sanitizer/sanitizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ type Func func(traces ptrace.Traces) ptrace.Traces
func NewStandardSanitizers() []Func {
return []Func{
NewEmptyServiceNameSanitizer(),
NewUTF8Sanitizer(),
}
}

Expand Down
2 changes: 1 addition & 1 deletion cmd/jaeger/internal/sanitizer/sanitizer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

func TestNewStandardSanitizers(t *testing.T) {
sanitizers := NewStandardSanitizers()
require.Len(t, sanitizers, 2)
require.Len(t, sanitizers, 1)
}

func TestNewChainedSanitizer(t *testing.T) {
Expand Down
95 changes: 0 additions & 95 deletions cmd/jaeger/internal/sanitizer/utf8.go

This file was deleted.

Loading

0 comments on commit 34ba765

Please sign in to comment.