Skip to content

Commit

Permalink
Remove Vendor constants from tracing plugins
Browse files Browse the repository at this point in the history
Unused. And confusing, since "ot" may mean "opentracing" as well.
  • Loading branch information
jmacd authored and krnowak committed Jan 30, 2020
1 parent 6b4acf4 commit 3aadb4d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions plugin/grpctrace/grpctrace.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ import (
"go.opentelemetry.io/otel/api/trace"
)

const (
// Vendor is the integration provider
Vendor = "ot"
)

var (
propagator = trace.TraceContext{}
)
Expand Down
4 changes: 0 additions & 4 deletions plugin/httptrace/httptrace.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ import (
"go.opentelemetry.io/otel/api/trace"
)

const (
Vendor = "ot"
)

var (
HostKey = key.New("http.host")
URLKey = key.New("http.url")
Expand Down

0 comments on commit 3aadb4d

Please sign in to comment.