Skip to content

Commit

Permalink
fix impi
Browse files Browse the repository at this point in the history
  • Loading branch information
codeboten committed Jul 6, 2022
1 parent 20ace11 commit fc5e769
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion service/internal/components/components.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
package components // import "go.opentelemetry.io/collector/service/internal/components"

import (
"go.opentelemetry.io/collector/component"
"go.uber.org/zap"

"go.opentelemetry.io/collector/component"
)

// LogStabilityLevel logs the stability level of a component. The log level is set to info for
Expand Down
3 changes: 2 additions & 1 deletion service/internal/components/components_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ import (
"testing"

"github.com/stretchr/testify/require"
"go.opentelemetry.io/collector/component"
"go.uber.org/zap"
"go.uber.org/zap/zapcore"
"go.uber.org/zap/zaptest/observer"

"go.opentelemetry.io/collector/component"
)

func TestLogStabilityLevle(t *testing.T) {
Expand Down

0 comments on commit fc5e769

Please sign in to comment.