...

Source file src/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/doc.go

Documentation: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp

     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  

View as plain text