Skip to content

Commit

Permalink
Fix typo trace.Exporter to trace.SpanSyncer (#653)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua MacDonald <[email protected]>
  • Loading branch information
tensorchen and jmacd authored Apr 22, 2020
1 parent ddad4d4 commit d20fc72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exporters/trace/jaeger/jaeger.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ type Process struct {
Tags []core.KeyValue
}

// Exporter is an implementation of trace.Exporter that uploads spans to Jaeger.
// Exporter is an implementation of trace.SpanSyncer that uploads spans to Jaeger.
type Exporter struct {
process *gen.Process
bundler *bundler.Bundler
Expand Down
2 changes: 1 addition & 1 deletion exporters/trace/stdout/stdout.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type Options struct {
PrettyPrint bool
}

// Exporter is an implementation of trace.Exporter that writes spans to stdout.
// Exporter is an implementation of trace.SpanSyncer that writes spans to stdout.
type Exporter struct {
pretty bool
outputWriter io.Writer
Expand Down

0 comments on commit d20fc72

Please sign in to comment.