Documentation ¶
Index ¶
Constants ¶
View Source
const ( MetricNameHTTPClientRequest string = string(r2.Flag) MetricNameHTTPClientRequestElapsed string = MetricNameHTTPClientRequest + ".elapsed" MetricNameHTTPClientRequestElapsedLast string = MetricNameHTTPClientRequestElapsed + ".last" TagHostname string = "url_hostname" TagTarget string = "target" TagMethod string = "method" TagStatus string = "status" )
HTTP stats constants
Variables ¶
This section is empty.
Functions ¶
func AddListeners ¶
func AddListeners(log logger.FilterListenable, collector stats.Collector, opts ...stats.AddListenerOption)
AddListeners adds web listeners.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.