Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for istio_tcp_sent_bytes_total (0.16 sec)

  1. manifests/addons/dashboards/lib/queries.libsonnet

              ),
            ],
    
          bytes:
            [
              self.query(
                'Sent ({{pod}})',
                sum(rate(labels('istio_tcp_sent_bytes_total', podLabels)), by=['pod'])
              ),
              self.query(
                'Received ({{pod}})',
                sum(rate(labels('istio_tcp_received_bytes_total', podLabels)), by=['pod'])
              ),
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 26 23:54:32 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  2. manifests/addons/dashboards/ztunnel-dashboard.gen.json

             "targets": [
                {
                   "datasource": {
                      "type": "prometheus",
                      "uid": "$datasource"
                   },
                   "expr": "sum by (pod) (rate(istio_tcp_sent_bytes_total{pod=~\"ztunnel-.*\"}[$__rate_interval]))",
                   "legendFormat": "Sent ({{pod}})"
                },
                {
                   "datasource": {
                      "type": "prometheus",
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 26 23:54:32 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  3. manifests/addons/dashboards/istio-mesh-dashboard.gen.json

                      "type": "prometheus",
                      "uid": "$datasource"
                   },
                   "expr": "label_join(sum by (destination_workload,destination_workload_namespace,destination_service) (rate(istio_tcp_sent_bytes_total{reporter=~\"source|waypoint\"}[$__rate_interval])), \"destination_workload_var\", \".\", \"destination_workload\", \"destination_workload_namespace\")",
                   "format": "table",
                   "instant": true,
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 26 23:54:32 UTC 2024
    - 22.3K bytes
    - Viewed (0)
Back to top