Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 532 for Cedric (0.11 sec)

  1. releasenotes/notes/destination-cluster-stats-label.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: telemetry
    issue:
      - 29373
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 04 16:33:51 UTC 2021
    - 198 bytes
    - Viewed (0)
  2. releasenotes/notes/44303.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: telemetry
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 10 16:40:00 UTC 2023
    - 174 bytes
    - Viewed (0)
  3. releasenotes/notes/44605.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: telemetry
    releaseNotes:
      - |
        **Added** metric expiry support, when env flags `METRIC_ROTATION_INTERVAL` and
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 19 03:25:54 UTC 2023
    - 215 bytes
    - Viewed (0)
  4. releasenotes/notes/istiod-config-size-bytes.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue:
      - 31772
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 14 00:22:23 UTC 2021
    - 208 bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/authorization/metrics/metrics_test.go

    		if err := testutil.GatherAndCompare(legacyregistry.DefaultGatherer, strings.NewReader(expectedValue), metrics...); err != nil {
    			t.Fatal(err)
    		}
    		authorizationDecisionsTotal.Reset()
    	}
    
    	// no-opinion emits no metric
    	{
    		dummyAuthorizer.decision = authorizer.DecisionNoOpinion
    		_, _, _ = a.Authorize(context.Background(), nil)
    		_, _, _ = a.Authorize(context.Background(), nil)
    		expectedValue := prefix + `
    		`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 16 13:20:59 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/envoyfilter/monitoring.go

    		}),
    	)
    )
    
    var (
    	envoyFilterStatusMap = map[string]map[string]bool{} // Map of Envoy filter name, patch and status.
    	envoyFilterMutex     sync.RWMutex
    )
    
    // IncrementEnvoyFilterMetric increments filter metric.
    func IncrementEnvoyFilterMetric(name string, pt PatchType, applied bool) {
    	if !features.EnableEnvoyFilterMetrics {
    		return
    	}
    	envoyFilterMutex.Lock()
    	defer envoyFilterMutex.Unlock()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  7. tensorflow/cc/saved_model/metrics.cc

    auto* checkpoint_write_durations = monitoring::Sampler<1>::New(
        {
            "/tensorflow/core/checkpoint/write/write_durations",  // Metric name.
            "Distribution of the wall time duration in microseconds of the "
            "checkpoint write operation.",  // Metric description.
            "api_label"                     // Cell label.
        },
        // Scale of 1000, growth factor of 1.5 with upper bound of ~184 minutes.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jan 18 23:43:59 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  8. releasenotes/notes/44151.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
      - 44151
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 29 15:40:30 UTC 2023
    - 208 bytes
    - Viewed (0)
  9. operator/pkg/metrics/resource_counts.go

    import (
    	"sync"
    
    	"k8s.io/apimachinery/pkg/runtime/schema"
    
    	"istio.io/istio/operator/pkg/util"
    )
    
    // resourceCounts keeps track of the number of resources owned by each
    // IstioOperator resource. The reported metric is the sum across all these.
    type resourceCounts struct {
    	mu        *sync.Mutex
    	resources map[schema.GroupKind]map[string]struct{}
    }
    
    var rc *resourceCounts
    
    func initOperatorCrdResourceMetrics() {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 20 18:48:20 UTC 2020
    - 1.9K bytes
    - Viewed (0)
  10. releasenotes/notes/telemetry-implicit-match-all.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: telemetry
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 06 09:45:48 UTC 2023
    - 269 bytes
    - Viewed (0)
Back to top