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 eba6529 commit 0d8c951Copy full SHA for 0d8c951
internal/pkg/otel/samples_test.go
@@ -12,11 +12,12 @@ import (
12
"testing"
13
"time"
14
15
- "github.com/elastic/elastic-agent/pkg/core/logger/loggertest"
16
"github.com/stretchr/testify/assert"
17
"go.opentelemetry.io/collector/otelcol"
18
"go.uber.org/zap"
19
"go.uber.org/zap/zapcore"
+
20
+ "github.com/elastic/elastic-agent/pkg/core/logger/loggertest"
21
)
22
23
func TestSamples(t *testing.T) {
0 commit comments