Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 566 for Mesh (0.19 sec)

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

    	"github.com/google/go-cmp/cmp"
    	"google.golang.org/protobuf/testing/protocmp"
    	"google.golang.org/protobuf/types/known/durationpb"
    	"google.golang.org/protobuf/types/known/wrapperspb"
    
    	meshconfig "istio.io/api/mesh/v1alpha1"
    	tpb "istio.io/api/telemetry/v1alpha1"
    	"istio.io/istio/pilot/pkg/model"
    	"istio.io/istio/pilot/pkg/util/protoconv"
    	"istio.io/istio/pilot/pkg/xds/requestidextension"
    	"istio.io/istio/pkg/ptr"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 20:47:52 UTC 2024
    - 38.6K bytes
    - Viewed (0)
  2. samples/open-telemetry/tracing/README.md

    ```
    
    Otherwise the traces may not be reported.
    
    ## Update mesh config
    
    Install or update Istio with the `demo` profile to make sure you have the OpenTelemetry tracing provider enabled:
    
    ```bash
    istioctl install --set profile=demo -y
    ```
    
    Or ensure you have the following additional mesh config set in your Istio:
    
    ```yaml
    mesh: |-
      extensionProviders:
      - name: otel-tracing
        opentelemetry:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Feb 18 16:38:12 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  3. pilot/pkg/model/telemetry_logging.go

    func FileAccessLogFromMeshConfig(path string, mesh *meshconfig.MeshConfig) *accesslog.AccessLog {
    	// We need to build access log. This is needed either on first access or when mesh config changes.
    	fl := &fileaccesslog.FileAccessLog{
    		Path: path,
    	}
    	var formatters []*core.TypedExtensionConfig
    	switch mesh.AccessLogEncoding {
    	case meshconfig.MeshConfig_TEXT:
    		formatString := fileAccessLogFormat(mesh.AccessLogFormat)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 23K bytes
    - Viewed (0)
  4. pkg/config/constants/constants.go

    	UnmanagedGatewayController        = "istio.io/unmanaged-gateway"
    	ManagedGatewayControllerLabel     = "istio.io-gateway-controller"
    	ManagedGatewayMeshControllerLabel = "istio.io-mesh-controller"
    	ManagedGatewayMeshController      = "istio.io/mesh-controller"
    
    	RemoteGatewayClassName   = "istio-remote"
    	WaypointGatewayClassName = "istio-waypoint"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 10K bytes
    - Viewed (0)
  5. samples/open-telemetry/loki/iop.yaml

              logFormat:
                labels:
                  pod: "%ENVIRONMENT(POD_NAME)%"
                  namespace: "%ENVIRONMENT(POD_NAMESPACE)%"
                  cluster: "%ENVIRONMENT(ISTIO_META_CLUSTER_ID)%"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 06 20:18:25 UTC 2023
    - 498 bytes
    - Viewed (0)
  6. pkg/config/analysis/analyzers/testdata/telemetry-lightstep.yaml

    apiVersion: telemetry.istio.io/v1alpha1
    kind: Telemetry
    metadata:
      name: mesh-default
      namespace: istio-system
    spec:
      tracing:
        - providers:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 20 14:36:43 UTC 2023
    - 173 bytes
    - Viewed (0)
  7. pkg/config/schema/collections/collections.agent.gen.go

    		Group:         "",
    		Kind:          "MeshConfig",
    		Plural:        "meshconfigs",
    		Version:       "v1alpha1",
    		Proto:         "istio.mesh.v1alpha1.MeshConfig",
    		ReflectType:   reflect.TypeOf(&istioioapimeshv1alpha1.MeshConfig{}).Elem(),
    		ProtoPackage:  "istio.io/api/mesh/v1alpha1",
    		ClusterScoped: false,
    		Synthetic:     true,
    		Builtin:       false,
    		ValidateProto: validation.EmptyValidate,
    	}.MustBuild()
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  8. releasenotes/notes/38641.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: istioctl
    issue:
      - 38636
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 04 18:43:41 UTC 2022
    - 187 bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/cluster_builder_test.go

    		name           string
    		clusterName    string
    		port           *model.Port
    		mesh           *meshconfig.MeshConfig
    		connectionPool *networking.ConnectionPoolSettings
    
    		upgrade bool
    	}{
    		{
    			name:        "mesh upgrade - dr default",
    			clusterName: "bar",
    			port:        &model.Port{Protocol: protocol.HTTP},
    			mesh:        &meshconfig.MeshConfig{H2UpgradePolicy: meshconfig.MeshConfig_UPGRADE},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  10. releasenotes/notes/38833.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: istioctl
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 08 13:44:00 UTC 2022
    - 229 bytes
    - Viewed (0)
Back to top