/
githubmirror
/
kubernetes
Обзор
Документация
Войти
/
githubmirror
/
kubernetes
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
vendor/github.com/felixge/httpsnoop/docs.go
10 строк
392 B
David Ashpole
Add distributed tracing to the apiserver using OpenTelemetry
25 июн 2021, 15:20
25 июн 2021, 15:20
79550ed
Код
Авторство
О чём код?
// 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