Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestStartedAndCompletedOpenTelemetryTracing (0.28 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/filterlatency/filterlatency_test.go

    	}
    	if actionCallCount != 0 {
    		t.Errorf("expected the callback to not be invoked, but was actually invoked %d times", actionCallCount)
    	}
    }
    
    func TestStartedAndCompletedOpenTelemetryTracing(t *testing.T) {
    	filterName := "my-filter"
    	// Seup OTel for testing
    	fakeRecorder := tracetest.NewSpanRecorder()
    	tp := sdktrace.NewTracerProvider(sdktrace.WithSpanProcessor(fakeRecorder))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:57:37 UTC 2024
    - 7.1K bytes
    - Viewed (0)
Back to top