1 // Copyright The OpenTelemetry Authors 2 // SPDX-License-Identifier: Apache-2.0 3 4 // Package otelhttp provides an http.Handler and functions that are intended 5 // to be used to add tracing by wrapping existing handlers (with Handler) and 6 // routes WithRouteTag. 7 package otelhttp // import "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp" 8