- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for loadClusterNotificationMetrics (0.15 sec)
-
cmd/metrics-v3-cluster-notification.go
) // loadClusterNotificationMetrics - `MetricsLoaderFn` for cluster notification metrics. func loadClusterNotificationMetrics(_ context.Context, m MetricValues, _ *metricsCache) error { if globalEventNotifier == nil { return nil } nstats := globalEventNotifier.targetList.Stats()
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Apr 24 04:10:35 UTC 2024 - 2.2K bytes - Viewed (0) -
cmd/metrics-v3.go
[]MetricDescriptor{ notificationCurrentSendInProgressMD, notificationEventsErrorsTotalMD, notificationEventsSentTotalMD, notificationEventsSkippedTotalMD, }, loadClusterNotificationMetrics, ) clusterIAMMG := NewMetricsGroup(clusterIAMCollectorPath, []MetricDescriptor{ lastSyncDurationMillisMD, pluginAuthnServiceFailedRequestsMinuteMD, pluginAuthnServiceLastFailSecondsMD,
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Aug 02 00:55:27 UTC 2024 - 13.6K bytes - Viewed (0)