Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGatewayDiscoveryWorkflow ¶
func NewGatewayDiscoveryWorkflow(gatewaysCounter DiscoveredGatewaysCounter) (telemetry.Workflow, error)
NewGatewayDiscoveryWorkflow creates a new telemetry workflow that reports the number of currently discovered Gateways.
Types ¶
type DiscoveredGatewaysCounter ¶
type DiscoveredGatewaysCounter interface {
GatewayClientsCount() int
}
DiscoveredGatewaysCounter is an interface that allows to count currently discovered Gateways.
Click to show internal directories.
Click to hide internal directories.