diff --git a/plugin/grpctrace/grpctrace.go b/plugin/grpctrace/grpctrace.go index 74d947bcd75..05e6f05e646 100644 --- a/plugin/grpctrace/grpctrace.go +++ b/plugin/grpctrace/grpctrace.go @@ -24,11 +24,6 @@ import ( "go.opentelemetry.io/otel/api/trace" ) -const ( - // Vendor is the integration provider - Vendor = "ot" -) - var ( propagator = trace.TraceContext{} ) diff --git a/plugin/httptrace/httptrace.go b/plugin/httptrace/httptrace.go index 376517f9709..0cdc8855010 100644 --- a/plugin/httptrace/httptrace.go +++ b/plugin/httptrace/httptrace.go @@ -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")