Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetricsClient ¶ added in v0.6.60
type MetricsClient struct {
// contains filtered or unexported fields
}
func NewMetricsClient ¶
func NewMetricsClient(pushGatewayURL string, network, nodeType, nodeID string) *MetricsClient
func (*MetricsClient) PushSocksConnections ¶ added in v0.6.63
func (c *MetricsClient) PushSocksConnections(ip string)
func (*MetricsClient) RemoveSocksConnections ¶ added in v0.6.78
func (c *MetricsClient) RemoveSocksConnections(ip string)
func (*MetricsClient) Start ¶ added in v0.6.69
func (c *MetricsClient) Start()
func (*MetricsClient) Stop ¶ added in v0.6.62
func (c *MetricsClient) Stop()
Click to show internal directories.
Click to hide internal directories.