Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for istio_tcp_connections_closed_total (0.4 sec)

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

                  )
                |||
              ),
              self.query(
                'Closed ({{pod}})',
                |||
                  -sum by (pod) (
                    rate(
                      istio_tcp_connections_closed_total{%(podLabels)s}
                    [$__rate_interval])
                  )
                |||
              ),
            ],
    
          bytes:
            [
              self.query(
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top