Documentation ¶
Index ¶
Constants ¶
View Source
const ( ReadBytesKey = attribute.Key("http.read_bytes") // if anything was read from the request body, the total number of bytes read WroteBytesKey = attribute.Key("http.wrote_bytes") // if anything was written to the response writer, the total number of bytes written )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Provider tracing.TracerProvider Propagator tracing.Propagator }
func (Config) Middleware ¶
func (c Config) Middleware() http2.Middleware
Click to show internal directories.
Click to hide internal directories.