Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/pkg/networking/core/cluster_builder.go

    	if direction == model.TrafficDirectionOutbound {
    		// If stat name is configured, build the alternate stats name.
    		if len(cb.req.Push.Mesh.OutboundClusterStatName) != 0 {
    			ec.cluster.AltStatName = telemetry.BuildStatPrefix(cb.req.Push.Mesh.OutboundClusterStatName,
    				string(service.Hostname), subset, port, 0, &service.Attributes)
    		}
    	}
    
    	return ec
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 31.6K bytes
    - Viewed (0)
Back to top