Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InterceptSdk ¶
func InterceptSdk(sdkId string, metricsHandler Handler, transport http.RoundTripper) http.RoundTripper
func Measure ¶
func Measure(metricsHandler Handler, next http.HandlerFunc) http.HandlerFunc
Types ¶
type Handler ¶
type Handler interface { IncrementConnection(sdkId string, streamType string, flag string) DecrementConnection(sdkId string, streamType string, flag string) HttpHandler() http.Handler }
func NewHandler ¶
func NewHandler() Handler
Click to show internal directories.
Click to hide internal directories.