- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for istio_xds_connection_terminations_total (0.35 sec)
-
manifests/addons/dashboards/lib/queries.libsonnet
), ztunnelXdsConnections: self.query( 'XDS Connection Terminations ({{pod}})', sum(rate(labels('istio_xds_connection_terminations_total', podLabels)), by=['pod']) ), ztunnelXdsMessages: self.query( '{{url}}', sum(irate(labels('istio_xds_message_total', podLabels)), by=['url'])
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jul 26 23:54:32 UTC 2024 - 10.3K bytes - Viewed (0) -
manifests/addons/dashboards/ztunnel-dashboard.gen.json
{ "datasource": { "type": "prometheus", "uid": "$datasource" }, "expr": "sum by (pod) (rate(istio_xds_connection_terminations_total{pod=~\"ztunnel-.*\"}[$__rate_interval]))", "legendFormat": "XDS Connection Terminations ({{pod}})" } ], "title": "XDS Connections",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jul 26 23:54:32 UTC 2024 - 17.3K bytes - Viewed (0)