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 for metrics.
func (*Handler) ServeHTTP ¶
func (h *Handler) ServeHTTP(res http.ResponseWriter, req *http.Request, next http.HandlerFunc)
ServeHTTP for metrics.
type RoundTripper ¶
type RoundTripper struct { http.RoundTripper // contains filtered or unexported fields }
RoundTripper for metrics.
func NewRoundTripper ¶
func NewRoundTripper(meter metric.Meter, r http.RoundTripper) *RoundTripper
NewRoundTripper for metrics.
Click to show internal directories.
Click to hide internal directories.