Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RecordEtcdEvent (0.1 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/etcd3/metrics/metrics.go

    	etcdRequestCounts.WithLabelValues(v...).Inc()
    	if err != nil {
    		etcdRequestErrorCounts.WithLabelValues(v...).Inc()
    	}
    }
    
    // RecordEtcdEvent updated the etcd_events_received_total metric.
    func RecordEtcdEvent(resource string) {
    	etcdEventsReceivedCounts.WithLabelValues(resource).Inc()
    }
    
    // RecordEtcdBookmark updates the etcd_bookmark_counts metric.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 21:15:32 UTC 2024
    - 11K bytes
    - Viewed (0)
Back to top