We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964c00b commit 38a3c97Copy full SHA for 38a3c97
x-pack/filebeat/fbreceiver/receiver_leak_test.go
@@ -11,7 +11,6 @@ import (
11
"testing"
12
"time"
13
14
- "github.com/elastic/beats/v7/x-pack/otel/oteltest"
15
"github.com/stretchr/testify/assert"
16
"github.com/stretchr/testify/require"
17
"go.opentelemetry.io/collector/component"
@@ -21,6 +20,8 @@ import (
21
20
"go.uber.org/zap"
22
"go.uber.org/zap/zapcore"
23
"go.uber.org/zap/zaptest/observer"
+
24
+ "github.com/elastic/beats/v7/x-pack/otel/oteltest"
25
)
26
27
func TestLeak(t *testing.T) {
0 commit comments