File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,14 @@ import (
8
8
"testing"
9
9
"time"
10
10
11
- "github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl/contexts/ottllog"
12
- "github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl/ottlfuncs"
13
- "github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest/plogtest"
14
11
"github.com/stretchr/testify/assert"
15
12
"go.opentelemetry.io/collector/component/componenttest"
16
13
"go.opentelemetry.io/collector/pdata/pcommon"
17
14
"go.opentelemetry.io/collector/pdata/plog"
15
+
16
+ "github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl/contexts/ottllog"
17
+ "github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl/ottlfuncs"
18
+ "github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest/plogtest"
18
19
)
19
20
20
21
var (
You can’t perform that action at this time.
0 commit comments