Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// Metrics provides access to all tunnel server metrics.
Metrics = newTunnelServerMetrics()
)
Functions ¶
This section is empty.
Types ¶
type TunnelServerMetrics ¶
type TunnelServerMetrics struct {
// contains filtered or unexported fields
}
func (*TunnelServerMetrics) DecInFlightRequests ¶
func (tsm *TunnelServerMetrics) DecInFlightRequests(verb, path string)
func (*TunnelServerMetrics) IncInFlightRequests ¶
func (tsm *TunnelServerMetrics) IncInFlightRequests(verb, path string)
func (*TunnelServerMetrics) ObserveCloudNodes ¶
func (tsm *TunnelServerMetrics) ObserveCloudNodes(cnt int)
func (*TunnelServerMetrics) Reset ¶
func (tsm *TunnelServerMetrics) Reset()
Click to show internal directories.
Click to hide internal directories.