Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestBuildStatPrefix (0.15 sec)

  1. pilot/pkg/networking/telemetry/telemetry_test.go

    // limitations under the License.
    
    package telemetry
    
    import (
    	"fmt"
    	"testing"
    
    	"istio.io/istio/pilot/pkg/model"
    	"istio.io/istio/pilot/pkg/serviceregistry/provider"
    )
    
    func TestBuildStatPrefix(t *testing.T) {
    	tests := []struct {
    		name        string
    		statPattern string
    		host        string
    		subsetName  string
    		targetPort  int
    		port        *model.Port
    		attributes  *model.ServiceAttributes
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 02:38:43 UTC 2023
    - 12.1K bytes
    - Viewed (0)
Back to top