Versions in this module Expand all Collapse all v0 v0.0.3 Apr 15, 2022 v0.0.1 Apr 15, 2022 Changes in this version + const ZipkinPort + const ZipkinTraceEndpoint + const ZipkinTraceIDHeader + var ZipkinTracingEnabled = false + func CleanupZipkinTracingSetup(logf logging.FormatLogger) + func JSONTrace(traceID string, expected int, timeout time.Duration) ([]model.SpanModel, error) + func JSONTracePred(traceID string, timeout time.Duration, pred func([]model.SpanModel) bool) (trace []model.SpanModel, err error) + func SetupZipkinTracing(ctx context.Context, kubeClientset kubernetes.Interface, ...) (err error) + func SetupZipkinTracingFromConfigTracing(ctx context.Context, kubeClientset kubernetes.Interface, ...) error + func SetupZipkinTracingFromConfigTracingOrFail(ctx context.Context, t testing.TB, kubeClientset kubernetes.Interface, ...) + func SetupZipkinTracingOrFail(ctx context.Context, t testing.TB, kubeClientset kubernetes.Interface, ...) + type TimeoutError struct + func (t *TimeoutError) Error() string