- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for istio_dns_requests_total (0.18 sec)
-
manifests/addons/dashboards/lib/queries.libsonnet
sum(rate(labels('istio_tcp_received_bytes_total', podLabels)), by=['pod']) ), ], dns: self.query( 'Request ({{pod}})', sum(rate(labels('istio_dns_requests_total', podLabels)), by=['pod']) ), ztunnelXdsConnections: self.query( 'XDS Connection Terminations ({{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) -
manifests/addons/dashboards/ztunnel-dashboard.gen.json
"targets": [ { "datasource": { "type": "prometheus", "uid": "$datasource" }, "expr": "sum by (pod) (rate(istio_dns_requests_total{pod=~\"ztunnel-.*\"}[$__rate_interval]))", "legendFormat": "Request ({{pod}})" } ], "title": "DNS Request", "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)