Skip to content

Commit be1fa44

Browse files
authored
Istio - changing metric collection from sidecar to include server source as well (#301)
1 parent 06259b3 commit be1fa44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/istio-watcher/pkg/watcher/watcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Envoy metric sample
4141
}
4242
*/
4343
const (
44-
IstioProxyTotalRequestsCMD = "pilot-agent request GET stats?format=json&filter=istio_requests_total\\.*reporter\\.source"
44+
IstioProxyTotalRequestsCMD = "pilot-agent request GET stats?format=json&filter=istio_requests_total"
4545
IstioSidecarContainerName = "istio-proxy"
4646
IstioPodsLabelSelector = "security.istio.io/tlsMode"
4747
MetricsBufferedChannelSize = 100

0 commit comments

Comments
 (0)