Documentation ¶
Overview ¶
Package telemetry defines the Autodiscovery telemetry metrics.
Index ¶
Constants ¶
View Source
const ( // ResourceKubeService represents kubernetes service entities ResourceKubeService = "k8s_service" // ResourceKubeEndpoint represents kubernetes endpoint entities ResourceKubeEndpoint = "k8s_endpoint" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct { // ScheduledConfigs tracks how many configs are scheduled. ScheduledConfigs telemetry.Gauge // WatchedResources tracks how many resources are watched by AD listeners. WatchedResources telemetry.Gauge // Errors tracks the current number of AD configs with errors by AD providers. Errors telemetry.Gauge // PollDuration tracks the configs poll duration by AD providers. PollDuration telemetry.Histogram }
Store holds all the telemetry metrics for Autodiscovery.
Click to show internal directories.
Click to hide internal directories.