Skip to content

Commit 0fe57f8

Browse files
committed
comment
1 parent aa3056c commit 0fe57f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/pkg/otel/samples_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ func TestSamples(t *testing.T) {
4747
func testSample(t *testing.T, configFile string) {
4848
settings := NewSettings("test", []string{configFile})
4949
settings.LoggingOptions = []zap.Option{zap.WrapCore(func(zapcore.Core) zapcore.Core {
50+
// TODO: Replace with observer core. Right now, it results in a race condition.
5051
return zapcore.NewNopCore()
5152
})}
5253
collector, err := otelcol.NewCollector(*settings)

0 commit comments

Comments
 (0)