Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 107 for cedric (0.17 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"metric": {
    						SchemaProps: spec.SchemaProps{
    							Description: "metric identifies the target metric by name and selector",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. src/internal/trace/testtrace/validation.go

    	switch ev.Kind() {
    	case trace.EventSync:
    		// Just record that we've seen a Sync at some point.
    		v.seenSync = true
    	case trace.EventMetric:
    		m := ev.Metric()
    		if !strings.Contains(m.Name, ":") {
    			// Should have a ":" as per runtime/metrics convention.
    			e.Errorf("invalid metric name %q", m.Name)
    		}
    		// Make sure the value is OK.
    		if m.Value.Kind() == trace.ValueBad {
    			e.Errorf("invalid value")
    		}
    		switch m.Value.Kind() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  3. go.mod

    	go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.27.0
    	go.opentelemetry.io/otel/exporters/prometheus v0.49.0
    	go.opentelemetry.io/otel/metric v1.27.0
    	go.opentelemetry.io/otel/sdk v1.27.0
    	go.opentelemetry.io/otel/sdk/metric v1.27.0
    	go.opentelemetry.io/otel/trace v1.27.0
    	go.opentelemetry.io/proto/otlp v1.2.0
    	go.uber.org/atomic v1.11.0
    	go.uber.org/zap v1.27.0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  4. src/runtime/metrics_test.go

    	// Run a GC cycle to get some of the stats to be non-zero.
    	runtime.GC()
    
    	// Set an arbitrary memory limit to check the metric for it
    	limit := int64(512 * 1024 * 1024)
    	oldLimit := debug.SetMemoryLimit(limit)
    	defer debug.SetMemoryLimit(oldLimit)
    
    	// Set a GC percent to check the metric for it
    	gcPercent := 99
    	oldGCPercent := debug.SetGCPercent(gcPercent)
    	defer debug.SetGCPercent(oldGCPercent)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 45K bytes
    - Viewed (0)
  5. pilot/pkg/serviceregistry/serviceentry/conversion.go

    			},
    			LbWeight:       wle.Weight,
    			Labels:         labels,
    			TLSMode:        tlsMode,
    			ServiceAccount: sa,
    			// Workload entry config name is used as workload name, which will appear in metric label.
    			// After VM auto registry is introduced, workload group annotation should be used for workload name.
    			WorkloadName: configKey.name,
    			Namespace:    configKey.namespace,
    		},
    		Service:     service,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 02:03:58 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  6. pilot/pkg/model/push_context.go

    }
    
    // AddMetric will add an case to the metric.
    func (ps *PushContext) AddMetric(metric monitoring.Metric, key string, proxyID, msg string) {
    	if ps == nil {
    		log.Infof("Metric without context %s %v %s", key, proxyID, msg)
    		return
    	}
    	ps.proxyStatusMutex.Lock()
    	defer ps.proxyStatusMutex.Unlock()
    
    	metricMap, f := ps.ProxyStatus[metric.Name()]
    	if !f {
    		metricMap = map[string]ProxyPushStatus{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/go.mod

    	go.etcd.io/etcd/pkg/v3 v3.5.13 // indirect
    	go.etcd.io/etcd/raft/v3 v3.5.13 // indirect
    	go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.20.0 // indirect
    	go.opentelemetry.io/otel/metric v1.20.0 // indirect
    	go.opentelemetry.io/proto/otlp v1.0.0 // indirect
    	go.uber.org/multierr v1.11.0 // indirect
    	golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
    	golang.org/x/oauth2 v0.20.0 // indirect
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  8. pkg/bootstrap/instance_test.go

    		"upstream_rq_time,upstream_cx_tx_bytes_total,upstream_cx_rx_bytes_total,upstream_cx_total"
    
    	// example downstream metric: http.10.16.48.230_8080.downstream_rq_2xx
    	// http.<pod_ip>_<port>.downstream_rq_2xx
    	// This metric is collected at the inbound listener at a sidecar.
    	// All the other downstream metrics at a sidecar are from the application to the local sidecar.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/go.mod

    	go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.20.0 // indirect
    	go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0 // indirect
    	go.opentelemetry.io/otel/metric v1.20.0 // indirect
    	go.opentelemetry.io/otel/sdk v1.20.0 // indirect
    	go.opentelemetry.io/proto/otlp v1.0.0 // indirect
    	go.uber.org/multierr v1.11.0 // indirect
    	go.uber.org/zap v1.26.0 // indirect
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 6K bytes
    - Viewed (0)
  10. pkg/proxy/iptables/proxier_test.go

    	if rulesSyncedMetric != rulesSynced {
    		t.Errorf("metric shows %d rules synced but iptables data shows %d", rulesSyncedMetric, rulesSynced)
    	}
    
    	rulesTotal := rulesSynced
    	rulesTotalMetric := countRulesFromMetric(logger, utiliptables.TableNAT)
    	if rulesTotalMetric != rulesTotal {
    		t.Errorf("metric shows %d rules total but expected %d", rulesTotalMetric, rulesTotal)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
Back to top