Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RecordEtcdBookmark (0.22 sec)

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

    // RecordEtcdEvent updated the etcd_events_received_total metric.
    func RecordEtcdEvent(resource string) {
    	etcdEventsReceivedCounts.WithLabelValues(resource).Inc()
    }
    
    // RecordEtcdBookmark updates the etcd_bookmark_counts metric.
    func RecordEtcdBookmark(resource string) {
    	etcdBookmarkCounts.WithLabelValues(resource).Inc()
    }
    
    // RecordDecodeError sets the storage_decode_errors metrics.
    func RecordDecodeError(resource string) {
    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