Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for loadClusterNotificationMetrics (0.38 sec)

  1. 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 Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Apr 24 04:10:35 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  2. cmd/metrics-v3.go

    		[]MetricDescriptor{
    			notificationCurrentSendInProgressMD,
    			notificationEventsErrorsTotalMD,
    			notificationEventsSentTotalMD,
    			notificationEventsSkippedTotalMD,
    		},
    		loadClusterNotificationMetrics,
    	)
    
    	clusterIAMMG := NewMetricsGroup(clusterIAMCollectorPath,
    		[]MetricDescriptor{
    			lastSyncDurationMillisMD,
    			pluginAuthnServiceFailedRequestsMinuteMD,
    			pluginAuthnServiceLastFailSecondsMD,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 06 09:36:25 UTC 2024
    - 13.6K bytes
    - Viewed (0)
Back to top