- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for istio_xds_message_total (0.11 sec)
-
manifests/addons/dashboards/lib/queries.libsonnet
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']) ), xdsPushes: self.query( '{{type}}', sum(irate('pilot_xds_pushes'), by=['type']) ), xdsErrors: [
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
"targets": [ { "datasource": { "type": "prometheus", "uid": "$datasource" }, "expr": "sum by (url) (irate(istio_xds_message_total{pod=~\"ztunnel-.*\"}[$__rate_interval]))", "legendFormat": "{{url}}" } ], "title": "XDS Pushes", "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)