Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 81 for telemetry (0.17 sec)

  1. pilot/pkg/networking/core/accesslog.go

    func (b *AccessLogBuilder) setTCPAccessLog(push *model.PushContext, proxy *model.Proxy, tcp *tcp.TcpProxy, class networking.ListenerClass, svc *model.Service) {
    	mesh := push.Mesh
    	cfgs := push.Telemetry.AccessLogging(push, proxy, class, svc)
    
    	if len(cfgs) == 0 {
    		// No Telemetry API configured, fall back to legacy mesh config setting
    		if mesh.AccessLogFile != "" {
    			tcp.AccessLog = append(tcp.AccessLog, b.buildFileAccessLog(mesh))
    		}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  2. src/cmd/go/script_test.go

    			t.Fatal("go was invoked but no counters were incremented")
    		}
    	}
    }
    
    // Copied from https://go.googlesource.com/telemetry/+/5f08a0cbff3f/internal/telemetry/mode.go#122
    // TODO(go.dev/issues/66205): replace this with the public API once it becomes available.
    //
    // disabledOnPlatform indicates whether telemetry is disabled
    // due to bugs in the current platform.
    const disabledOnPlatform = false ||
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 18:15:22 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  3. architecture/environments/operator.md

    | Feature | Components |
    |---------|------------|
    Telemetry | Prometheus
    Telemetry | Prometheus Operator
    Telemetry | Grafana
    Telemetry | Kiali
    Telemetry | Tracing
    ThirdParty | CNI
    
    ### Namespaces
    
    The `IstioOperatorSpec` API and underlying new Helm charts offer a lot of flexibility in which namespaces features and
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 09 22:09:18 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  4. tests/integration/telemetry/api/accesslogs_test.go

    }
    
    func applyTelemetryResource(t framework.TestContext, enableLogs bool) {
    	config := fmt.Sprintf(`apiVersion: telemetry.istio.io/v1alpha1
    kind: Telemetry
    metadata:
      name: logs
    spec:
      accessLogging:
      - providers:
        - name: envoy
        disabled: %v
    `, !enableLogs)
    	t.ConfigIstio().YAML(apps.Namespace.Name(), config).ApplyOrFail(t)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  5. pkg/config/schema/collections/collections.gen.go

    		ValidateProto: validation.EmptyValidate,
    	}.MustBuild()
    
    	Telemetry = resource.Builder{
    		Identifier: "Telemetry",
    		Group:      "telemetry.istio.io",
    		Kind:       "Telemetry",
    		Plural:     "telemetries",
    		Version:    "v1alpha1",
    		VersionAliases: []string{
    			"v1",
    		},
    		Proto: "istio.telemetry.v1alpha1.Telemetry", StatusProto: "istio.meta.v1alpha1.IstioStatus",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 31.4K bytes
    - Viewed (0)
  6. pkg/config/schema/metadata.yaml

        statusProtoPackage: "istio.io/api/meta/v1alpha1"
    
      - kind: "Telemetry"
        plural: "telemetries"
        group: "telemetry.istio.io"
        version: "v1alpha1"
        versionAliases: 
        - "v1"
        proto: "istio.telemetry.v1alpha1.Telemetry"
        protoPackage: "istio.io/api/telemetry/v1alpha1"
        statusProto: "istio.meta.v1alpha1.IstioStatus"
        statusProtoPackage: "istio.io/api/meta/v1alpha1"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  7. pkg/config/schema/gvr/resources.gen.go

    	Telemetry                      = schema.GroupVersionResource{Group: "telemetry.istio.io", Version: "v1alpha1", Resource: "telemetries"}
    	Telemetry_v1                   = schema.GroupVersionResource{Group: "telemetry.istio.io", Version: "v1", Resource: "telemetries"}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  8. src/cmd/trace/main.go

    	// The binary file name, left here for serveSVGProfile.
    	programBinary string
    	traceFile     string
    )
    
    func main() {
    	telemetry.Start()
    	flag.Usage = func() {
    		fmt.Fprint(os.Stderr, usageMessage)
    		os.Exit(2)
    	}
    	flag.Parse()
    	telemetry.Inc("trace/invocations")
    	telemetry.CountFlags("trace/flag:", *flag.CommandLine)
    
    	// Go 1.7 traces embed symbol info and does not require the binary.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/listener_inbound.go

    	// most usages should just use TargetPort. Port is mostly used for legacy compatibility and
    	// telemetry.
    	port model.ServiceInstancePort
    	// bind determines where (IP) this filter chain should bind. Note: typically we just end up using
    	// 'virtual' listener and do not literally bind to port; in these cases this just impacts naming
    	// and telemetry.
    	bind string
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  10. operator/pkg/apis/istio/v1alpha1/validation/validation.go

    		{"telemetry.v2.prometheus.configOverride", "custom configuration", nil},
    		{"telemetry.v2.stackdriver.configOverride", "custom configuration", nil},
    		{"telemetry.v2.stackdriver.disableOutbound", "custom configuration", nil},
    		{"telemetry.v2.stackdriver.outboundAccessLogging", "custom configuration", nil},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 20:02:28 UTC 2024
    - 14.9K bytes
    - Viewed (0)
Back to top