Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 119 for tracking (0.17 sec)

  1. docs/metrics/prometheus/grafana/minio-dashboard.json

                "pointSize": 5,
                "scaleDistribution": {
                  "type": "linear"
                },
                "showPoints": "never",
                "spanNulls": true,
                "stacking": {
                  "group": "A",
                  "mode": "none"
                },
                "thresholdsStyle": {
                  "mode": "off"
                }
              },
              "mappings": [],
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Apr 15 10:03:01 UTC 2024
    - 93K bytes
    - Viewed (0)
  2. istioctl/pkg/proxyconfig/testdata/config_dump.json

                                  "@type": "type.googleapis.com/envoy.extensions.filters.http.router.v3.Router"
                                }
                              }
                            ],
                            "tracing": {
                              "client_sampling": {
                                "value": 100
                              },
                              "random_sampling": {
                                "value": 100
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 23:08:06 UTC 2024
    - 54.8K bytes
    - Viewed (0)
  3. pkg/kubelet/apis/config/v1beta1/zz_generated.conversion.go

    	if err := v1.Convert_Pointer_bool_To_bool(&in.RegisterNode, &out.RegisterNode, s); err != nil {
    		return err
    	}
    	out.Tracing = (*apiv1.TracingConfiguration)(unsafe.Pointer(in.Tracing))
    	if err := v1.Convert_Pointer_bool_To_bool(&in.LocalStorageCapacityIsolation, &out.LocalStorageCapacityIsolation, s); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 16 17:55:59 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.proto

    message TracerConfig {
      // Configuration for the datadog tracing service.
      TracerDatadogConfig datadog = 1;
    
      // Configuration for the lightstep tracing service.
      TracerLightStepConfig lightstep = 2;
    
      // Configuration for the zipkin tracing service.
      TracerZipkinConfig zipkin = 3;
    
      // Configuration for the stackdriver tracing service.
      TracerStackdriverConfig stackdriver = 4;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  5. src/go/parser/parser.go

    // The parser structure holds the parser's internal state.
    type parser struct {
    	file    *token.File
    	errors  scanner.ErrorList
    	scanner scanner.Scanner
    
    	// Tracing/debugging
    	mode   Mode // parsing mode
    	trace  bool // == (mode&Trace != 0)
    	indent int  // indentation used for tracing output
    
    	// Comments
    	comments    []*ast.CommentGroup
    	leadComment *ast.CommentGroup // last lead comment
    	lineComment *ast.CommentGroup // last line comment
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 20:07:50 UTC 2023
    - 72.2K bytes
    - Viewed (0)
  6. pkg/apis/certificates/validation/validation_test.go

    MnVCuBwfwDXCAiEAw/1TA+CjPq9JC5ek1ifR0FybTURjeQqYkKpve1d?????????
    -----END CERTIFICATE-----
    Trailing non-PEM content
    `)
    
    	invalidCertificateEmptyPEM = []byte(`
    Leading non-PEM content
    -----BEGIN CERTIFICATE-----
    -----END CERTIFICATE-----
    Trailing non-PEM content
    `)
    
    	// first character is invalid
    	invalidCertificateNonASN1Data = []byte(`
    Leading non-PEM content
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 61K bytes
    - Viewed (0)
  7. cmd/kubelet/app/server.go

    		otelsdkresource.WithAttributes(
    			semconv.ServiceNameKey.String(componentKubelet),
    			semconv.HostNameKey.String(hostname),
    		),
    	}
    	tp, err := tracing.NewProvider(context.Background(), s.KubeletConfiguration.Tracing, []otlptracegrpc.Option{}, resourceOpts)
    	if err != nil {
    		return nil, fmt.Errorf("could not configure tracer provider: %w", err)
    	}
    	return tp, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  8. tests/integration/pilot/testdata/upgrade/1.6.11-install.yaml.tar

    false # AddonComponents grafana component is disabled. --- # AddonComponents istiocoredns component is disabled. --- # AddonComponents kiali component is disabled. --- # AddonComponents prometheus component is disabled. --- # AddonComponents istio-tracing component is disabled. # Base component is disabled. # Cni component is disabled. # EgressGateways istio-egressgateway component is disabled. # IstiodRemote component is disabled. # Resources for Pilot component apiVersion: autoscaling/v2beta1 kind:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 50K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/syntax/parser.go

    	top    bool   // in top of file (before package clause)
    	fnest  int    // function nesting level (for error handling)
    	xnest  int    // expression nesting level (for complit ambiguity resolution)
    	indent []byte // tracing support
    }
    
    func (p *parser) init(file *PosBase, r io.Reader, errh ErrorHandler, pragh PragmaHandler, mode Mode) {
    	p.top = true
    	p.file = file
    	p.errh = errh
    	p.mode = mode
    	p.pragh = pragh
    	p.scanner.init(
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 62.9K bytes
    - Viewed (0)
  10. istioctl/pkg/writer/compare/testdata/configdump_diff.json

                                  "@type": "type.googleapis.com/envoy.extensions.filters.http.router.v3.Router"
                                }
                              }
                            ],
                            "tracing": {
                              "client_sampling": {
                                "value": 100
                              },
                              "random_sampling": {
                                "value": 1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 51.6K bytes
    - Viewed (0)
Back to top