()
| 35 | type fakeTenantMiddleware struct{} |
| 36 | |
| 37 | func FakeTenantMiddleware() Middleware { |
| 38 | return &fakeTenantMiddleware{} |
| 39 | } |
| 40 | |
| 41 | func (m *fakeTenantMiddleware) Wrap(next consumer.Traces) consumer.Traces { |
| 42 | return ConsumeTracesFunc(func(ctx context.Context, td ptrace.Traces) error { |
no outgoing calls