Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    			if got != tt.want {
    				t.Errorf("BuildStatPrefix:: Expected alt statname %s, but got %s", tt.want, got)
    			}
    		})
    	}
    }
    
    func TestTraceOperation(t *testing.T) {
    	tests := []struct {
    		host  string
    		port  int
    		match string
    	}{
    		{"localhost", 3000, "localhost:3000/*"},
    		{"127.0.0.1", 3000, "127.0.0.1:3000/*"},
    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