Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler is a minimal implementation of the handler and client from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp for demonstration purposes. It handles an incoming http request, and makes an outgoing http request.
func (*Handler) HandleHTTPReq ¶
HandleHTTPReq mimics what an instrumented http server does.
Click to show internal directories.
Click to hide internal directories.