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, ownNodeId, network string) *MetricsClient
func (*MetricsClient) PushSocksConnections ¶ added in v0.6.63
func (c *MetricsClient) PushSocksConnections(peerId, ip string)
func (*MetricsClient) PushStatusOffline ¶ added in v0.6.128
func (c *MetricsClient) PushStatusOffline(peerId string)
func (*MetricsClient) PushStatusOnline ¶ added in v0.6.60
func (c *MetricsClient) PushStatusOnline(peerId string)
func (*MetricsClient) RemoveSocksConnections ¶ added in v0.6.78
func (c *MetricsClient) RemoveSocksConnections(peerId, ip string)
Click to show internal directories.
Click to hide internal directories.