Skip to content

Commit

Permalink
Remove the abandoned Process struct in Jaeger exporter
Browse files Browse the repository at this point in the history
Use of this struct was removed in open-telemetry#1776.
  • Loading branch information
MrAlias committed Apr 13, 2021
1 parent 086abf3 commit 65c2b67
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions exporters/trace/jaeger/jaeger.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,16 +175,6 @@ func InstallNewPipeline(endpointOption EndpointOption, opts ...Option) (func(),
return flushFn, nil
}

// Process contains the information exported to jaeger about the source
// of the trace data.
type Process struct {
// ServiceName is the Jaeger service name.
ServiceName string

// Tags are added to Jaeger Process exports
Tags []attribute.KeyValue
}

// Exporter is an implementation of an OTel SpanSyncer that uploads spans to
// Jaeger.
type Exporter struct {
Expand Down

0 comments on commit 65c2b67

Please sign in to comment.