We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06259b3 commit be1fa44Copy full SHA for be1fa44
src/istio-watcher/pkg/watcher/watcher.go
@@ -41,7 +41,7 @@ Envoy metric sample
41
}
42
*/
43
const (
44
- IstioProxyTotalRequestsCMD = "pilot-agent request GET stats?format=json&filter=istio_requests_total\\.*reporter\\.source"
+ IstioProxyTotalRequestsCMD = "pilot-agent request GET stats?format=json&filter=istio_requests_total"
45
IstioSidecarContainerName = "istio-proxy"
46
IstioPodsLabelSelector = "security.istio.io/tlsMode"
47
MetricsBufferedChannelSize = 100
0 commit comments