Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( OpsAppliedToGroupProcessed = metrics.NewCounter(&metrics.CounterOpts{ Name: "antrea_controller_applied_to_group_processed", Help: "The total number of applied-to-group processed", StabilityLevel: metrics.STABLE, }) OpsAddressGroupProcessed = metrics.NewCounter(&metrics.CounterOpts{ Name: "antrea_controller_address_group_processed", Help: "The total number of address-group processed ", StabilityLevel: metrics.STABLE, }) OpsInternalNetworkPolicyProcessed = metrics.NewCounter(&metrics.CounterOpts{ Name: "antrea_controller_network_policy_processed", Help: "The total number of internal-networkpolicy processed", StabilityLevel: metrics.STABLE, }) DurationAppliedToGroupSyncing = metrics.NewHistogram(&metrics.HistogramOpts{ Name: "antrea_controller_applied_to_group_sync_duration_milliseconds", Help: "The duration of syncing applied-to-group", StabilityLevel: metrics.ALPHA, }) DurationAddressGroupSyncing = metrics.NewHistogram(&metrics.HistogramOpts{ Name: "antrea_controller_address_group_sync_duration_milliseconds", Help: "The duration of syncing address-group", StabilityLevel: metrics.ALPHA, }) DurationInternalNetworkPolicySyncing = metrics.NewHistogram(&metrics.HistogramOpts{ Name: "antrea_controller_network_policy_sync_duration_milliseconds", Help: "The duration of syncing internal-networkpolicy", StabilityLevel: metrics.ALPHA, }) LengthAppliedToGroupQueue = metrics.NewGauge(&metrics.GaugeOpts{ Name: "antrea_controller_length_applied_to_group_queue", Help: "The length of AppliedToGroupQueue", StabilityLevel: metrics.STABLE, }) LengthAddressGroupQueue = metrics.NewGauge(&metrics.GaugeOpts{ Name: "antrea_controller_length_address_group_queue", Help: "The length of AddressGroupQueue", StabilityLevel: metrics.STABLE, }) LengthInternalNetworkPolicyQueue = metrics.NewGauge(&metrics.GaugeOpts{ Name: "antrea_controller_length_network_policy_queue", Help: "The length of InternalNetworkPolicyQueue", StabilityLevel: metrics.STABLE, }) )
Functions ¶
func InitializePrometheusMetrics ¶
func InitializePrometheusMetrics()
Initialize Prometheus metrics collection.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.