Home
last modified time | relevance | path

Searched refs:BuildStatPrefix (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/pilot/pkg/networking/core/v1alpha3/
H A Dtls.go178 …statPrefix = util.BuildStatPrefix(push.Mesh.OutboundClusterStatName, string(service.Hostname), "",…
298 …statPrefix = util.BuildStatPrefix(push.Mesh.OutboundClusterStatName, string(service.Hostname), "",…
H A Dnetworkfilter.go57 …statPrefix = util.BuildStatPrefix(push.Mesh.InboundClusterStatName, string(instance.Service.Hostna…
193 statPrefix = util.BuildStatPrefix(push.Mesh.OutboundClusterStatName, routes[0].Destination.Host,
H A Dcluster_builder.go117 …subsetCluster.AltStatName = util.BuildStatPrefix(cb.push.Mesh.OutboundClusterStatName, string(serv…
H A Dcluster.go188 …defaultCluster.AltStatName = util.BuildStatPrefix(push.Mesh.OutboundClusterStatName, string(servic…
474 localCluster.AltStatName = util.BuildStatPrefix(pluginParams.Push.Mesh.InboundClusterStatName,
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/networking/util/
H A Dutil.go574 func BuildStatPrefix(statPattern string, host string, subset string, port *model.Port, attributes m… func
H A Dutil_test.go804 got := BuildStatPrefix(tt.statPattern, tt.host, tt.subsetName, tt.port, tt.attributes)