Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for destination_service (0.53 sec)

  1. manifests/addons/dashboards/istio-service-dashboard.json

            "multi": false,
            "name": "service",
            "options": [],
            "query": "query_result(sum(istio_requests_total{}) by (destination_service) or sum(istio_tcp_sent_bytes_total{}) by (destination_service))",
            "refresh": 1,
            "regex": "/.*destination_service=\"([^\"]*).*/",
            "skipUrlSync": false,
            "sort": 0,
            "tagValuesQuery": "",
            "tagsQuery": "",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 111.8K bytes
    - Viewed (0)
  2. manifests/addons/dashboards/istio-workload-dashboard.json

              "format": "time_series",
              "hide": false,
              "intervalFactor": 1,
              "legendFormat": "{{ destination_service }}",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 102.7K bytes
    - Viewed (0)
  3. samples/addons/grafana.yaml

        source_workload=~\\\"$workload\\\",response_code!~\\\"5.*\\\", destination_service=~\\\"$dstsvc\\\"}[5m]))
        by (destination_service) / sum(irate(istio_requests_total{reporter=\\\"source\\\",
        connection_security_policy=\\\"mutual_tls\\\", source_workload_namespace=~\\\"$namespace\\\",
        source_workload=~\\\"$workload\\\", destination_service=~\\\"$dstsvc\\\"}[5m]))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  4. releasenotes/notes/disable-host-header-fallback.yaml

        content: |
          Host header fallback for determining values for Prometheus `destination_service` labels has been disabled for all incoming traffic.
          Previously, this was disabled *only* for traffic arriving at Gateways. If you are relying on host header fallback behavior to properly
          label the `destination_service` in Prometheus metrics for traffic originating from out-of-mesh workloads, then you will need to update the telemetry
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat May 22 19:40:45 UTC 2021
    - 1.3K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    , source_workload_namespace=~\"$namespace\", source_workload=~\"$workload\",response_code!~\"5.*\", destination_service=~\"$dstsvc\"}[5m])) by (destination_service) / sum(irate(istio_requests_total{reporter=\"source\", connection_security_policy=\"mutual_tls\", source_workload_namespace=~\"$namespace\", source_workload=~\"$workload\", destination_service=~\"$dstsvc\"}[5m])) by (destination_service)", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "{{ destination_service...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  6. manifests/addons/dashboards/istio-mesh-dashboard.json

                  {
                    "id": "custom.align"
                  }
                ]
              },
              {
                "matcher": {
                  "id": "byName",
                  "options": "destination_service"
                },
                "properties": [
                  {
                    "id": "displayName",
                    "value": "Service"
                  },
                  {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 02:28:01 UTC 2024
    - 46.4K bytes
    - Viewed (0)
  7. tests/integration/telemetry/policy/traffic_registry_only_test.go

    						"reporter":                 "source",
    						"destination_service_name": "BlackHoleCluster",
    						"source_workload":          "client-v1",
    					},
    				},
    			},
    		},
    	}
    
    	// destination_service="BlackHoleCluster" does not get filled in when using sidecar scoping
    	RunExternalRequest(t, cases, prom, RegistryOnly)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  8. tests/integration/telemetry/api/stats_test.go

    	labels := map[string]string{
    		"request_protocol":               "http",
    		"response_code":                  "200",
    		"destination_app":                "b",
    		"destination_version":            "v1",
    		"destination_service":            "b." + ns.Name() + ".svc.cluster.local",
    		"destination_service_name":       "b",
    		"destination_workload_namespace": ns.Name(),
    		"destination_service_namespace":  ns.Name(),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  9. tests/integration/telemetry/api/customize_metrics_test.go

    	labels := map[string]string{
    		"request_protocol":               "http",
    		"response_code":                  "2xx",
    		"destination_app":                "b",
    		"destination_version":            "v1",
    		"destination_service":            "b." + apps.Namespace.Name() + ".svc.cluster.local",
    		"destination_service_name":       "b",
    		"destination_workload_namespace": apps.Namespace.Name(),
    		"destination_service_namespace":  apps.Namespace.Name(),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  10. tests/integration/ambient/baseline_test.go

    		"response_flags":                 "-",
    		"connection_security_policy":     "mutual_tls",
    		"destination_canonical_service":  dst.ServiceName(),
    		"destination_canonical_revision": dst.Config().Version,
    		"destination_service":            fmt.Sprintf("%s.%s.svc.cluster.local", dst.Config().Service, destns),
    		"destination_principal":          fmt.Sprintf("spiffe://cluster.local/ns/%v/sa/%s", destns, dst.Config().AccountName()),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
Back to top