Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for istio_tcp_connections_closed_total (0.22 sec)

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

                sum(rate(labels('istio_tcp_connections_opened_total', podLabels)), by=['pod'])
              ),
              self.query(
                'Closed ({{pod}})',
                '-' + sum(rate(labels('istio_tcp_connections_closed_total', podLabels)), by=['pod'])
              ),
            ],
    
          bytes:
            [
              self.query(
                'Sent ({{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

                },
                {
                   "datasource": {
                      "type": "prometheus",
                      "uid": "$datasource"
                   },
                   "expr": "-sum by (pod) (rate(istio_tcp_connections_closed_total{pod=~\"ztunnel-.*\"}[$__rate_interval]))",
                   "legendFormat": "Closed ({{pod}})"
                }
             ],
             "title": "Connections",
             "type": "timeseries"
          },
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 26 23:54:32 UTC 2024
    - 17.3K bytes
    - Viewed (0)
Back to top