mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-05 05:04:04 -08:00
4d9b917d11
* Use request.Context() instead of a global map of contexts. * Add some basic opentracing instrumentation on the query path. * Remove tracehandler endpoint.
4 lines
101 B
Go
4 lines
101 B
Go
// Package nethttp provides OpenTracing instrumentation for the
|
|
// net/http package.
|
|
package nethttp
|