Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for xds_proxy_responses (0.12 sec)

  1. pkg/istio-agent/metrics/metrics.go

    	XdsProxyRequests = monitoring.NewSum(
    		"xds_proxy_requests",
    		"The total number of Xds Proxy Requests",
    	)
    
    	// XdsProxyResponses records total number of upstream responses.
    	XdsProxyResponses = monitoring.NewSum(
    		"xds_proxy_responses",
    		"The total number of Xds Proxy Responses",
    	)
    
    	IstiodConnectionCancellations = istiodDisconnections.With(disconnectionTypeTag.Value(Cancel))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 17 20:25:52 UTC 2023
    - 2.2K bytes
    - Viewed (0)
Back to top