Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for reportingIntervals (0.31 sec)

  1. pilot/pkg/model/telemetry.go

    		return other.Metrics[i].Providers[0].Name < other.Metrics[j].Providers[0].Name
    	})
    	for i := range ct.Metrics {
    		if ct.Metrics[i].ReportingInterval != nil && other.Metrics[i].ReportingInterval != nil {
    			if ct.Metrics[i].ReportingInterval.AsDuration() != other.Metrics[i].ReportingInterval.AsDuration() {
    				return false
    			}
    		}
    		if ct.Metrics[i].Providers != nil && other.Metrics[i].Providers != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 18:14:09 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  2. manifests/charts/istio-control/istio-discovery/templates/validatingadmissionpolicy.yaml

                (has(object.spec.tracing) ? object.spec.tracing : {}).exists(t, has(t.useRequestIdForTraceSampling)) ||
                (has(object.spec.metrics) ? object.spec.metrics : {}).exists(m, has(m.reportingInterval)) ||
                (has(object.spec.accessLogging) ? object.spec.accessLogging : {}).exists(l, has(l.filter))
              )
            )
    ---
    apiVersion: admissionregistration.k8s.io/v1
    kind: ValidatingAdmissionPolicyBinding
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 29 21:07:45 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  3. manifests/charts/base/templates/validatingadmissionpolicy.yaml

                (has(object.spec.tracing) ? object.spec.tracing : {}).exists(t, has(t.useRequestIdForTraceSampling)) ||
                (has(object.spec.metrics) ? object.spec.metrics : {}).exists(m, has(m.reportingInterval)) ||
                (has(object.spec.accessLogging) ? object.spec.accessLogging : {}).exists(l, has(l.filter))
              )
            )
    ---
    apiVersion: admissionregistration.k8s.io/v1
    kind: ValidatingAdmissionPolicyBinding
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 29 21:07:45 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  4. manifests/charts/istiod-remote/templates/defaultrevisionvalidatingadmissionpolicy.yaml

                (has(object.spec.tracing) ? object.spec.tracing : {}).exists(t, has(t.useRequestIdForTraceSampling)) ||
                (has(object.spec.metrics) ? object.spec.metrics : {}).exists(m, has(m.reportingInterval)) ||
                (has(object.spec.accessLogging) ? object.spec.accessLogging : {}).exists(l, has(l.filter))
              )
            )
    ---
    apiVersion: admissionregistration.k8s.io/v1
    kind: ValidatingAdmissionPolicyBinding
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 19:46:57 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  5. pilot/pkg/model/telemetry_test.go

    			{
    				Providers: []*tpb.ProviderRef{{Name: "prometheus"}},
    				Overrides: overrides,
    			},
    		},
    	}
    	reportingInterval := &tpb.Telemetry{
    		Metrics: []*tpb.Metrics{
    			{
    				Providers:         []*tpb.ProviderRef{{Name: "prometheus"}},
    				ReportingInterval: durationpb.New(15 * time.Second),
    			},
    		},
    	}
    	overridesInterval := &tpb.Telemetry{
    		Metrics: []*tpb.Metrics{
    			{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 39.6K bytes
    - Viewed (0)
  6. manifests/charts/istiod-remote/templates/validatingadmissionpolicy.yaml

                (has(object.spec.tracing) ? object.spec.tracing : {}).exists(t, has(t.useRequestIdForTraceSampling)) ||
                (has(object.spec.metrics) ? object.spec.metrics : {}).exists(m, has(m.reportingInterval)) ||
                (has(object.spec.accessLogging) ? object.spec.accessLogging : {}).exists(l, has(l.filter))
              )
            )
    ---
    apiVersion: admissionregistration.k8s.io/v1
    kind: ValidatingAdmissionPolicyBinding
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 19:46:57 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  7. tests/integration/helm/util.go

    spec:
      metrics:
        - providers:
          - name: prometheus
          reportingInterval: 10s
    `
    
    	revisionedExtendedTelemetry = `
    apiVersion: telemetry.istio.io/v1
    kind: Telemetry
    metadata:
      name: sample
      labels:
        istio.io/rev: %s
    spec:
      metrics:
        - providers:
          - name: prometheus
          reportingInterval: 10s
    `
    )
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  8. cluster/addons/calico-policy-controller/felixconfigurations-crd.yaml

                      to also add device routes. This is enabled by default which means
                      we will remove externally added routes.
                    type: boolean
                  reportingInterval:
                    description: 'ReportingInterval is the interval at which Felix reports
                      its status into the datastore or 0 to disable. Must be non-zero
                      in OpenStack deployments. [Default: 30s]'
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 29.1K bytes
    - Viewed (0)
  9. prow/config/calico.yaml

                      to also add device routes. This is enabled by default which means
                      we will remove externally added routes.
                    type: boolean
                  reportingInterval:
                    description: 'ReportingInterval is the interval at which Felix reports
                      its status into the datastore or 0 to disable. Must be non-zero
                      in OpenStack deployments. [Default: 30s]'
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  10. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                type: string
                            required:
                            - name
                            type: object
                          type: array
                        reportingInterval:
                          description: Optional.
                          type: string
                          x-kubernetes-validations:
                          - message: must be a valid duration greater than 1ms
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
Back to top