Commit 15686bc 1 parent b3be011 commit 15686bc Copy full SHA for 15686bc
File tree 3 files changed +3
-3
lines changed
cmd/collector/app/sanitizer
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ func NewServiceNameSanitizer(c cache.Cache) SanitizeSpan {
15
15
return sanitizer .Sanitize
16
16
}
17
17
18
- // ServiceNameSanitizer sanitizes the service names in span annotations given a source of truth alias to service cache.
18
+ // serviceNameSanitizer sanitizes the service names in span annotations given a source of truth alias to service cache.
19
19
type serviceNameSanitizer struct {
20
20
cache cache.Cache
21
21
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ type Alias struct {
29
29
Index string
30
30
// Alias name.
31
31
Name string
32
- // IsWritedIndex option
32
+ // IsWriteIndex option
33
33
IsWriteIndex bool
34
34
}
35
35
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
12
12
// Writer writes spans to storage.
13
13
type Writer interface {
14
- // WriteTrace writes a batch of spans to storage. Idempotent.
14
+ // WriteTraces writes a batch of spans to storage. Idempotent.
15
15
// Implementations are not required to support atomic transactions,
16
16
// so if any of the spans fail to be written an error is returned.
17
17
// Compatible with OTLP Exporter API.
You can’t perform that action at this time.
0 commit comments