Add distributed tracing to the apiserver using OpenTelemetry

This commit is contained in:
David Ashpole
2021-06-25 05:20:16 -07:00
parent a2206b6891
commit 79550ed40c
64 changed files with 3278 additions and 8 deletions

10
vendor/github.com/felixge/httpsnoop/docs.go generated vendored Normal file
View File

@@ -0,0 +1,10 @@
// Package httpsnoop provides an easy way to capture http related metrics (i.e.
// response time, bytes written, and http status code) from your application's
// http.Handlers.
//
// Doing this requires non-trivial wrapping of the http.ResponseWriter
// interface, which is also exposed for users interested in a more low-level
// API.
package httpsnoop
//go:generate go run codegen/main.go