Skip to content

Commit

Permalink
Update processor/transformprocessor/internal/metrics/func_convert_exp…
Browse files Browse the repository at this point in the history
…onential_hist_to_explicit_hist_test.go

Co-authored-by: Tyler Helmuth <[email protected]>
  • Loading branch information
daidokoro and TylerHelmuth authored Sep 18, 2024
1 parent 3fac936 commit 6e59f0a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ import (
"testing"
"time"

"github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl/contexts/ottlmetric"
"github.com/stretchr/testify/assert"
"go.opentelemetry.io/collector/pdata/pcommon"
"go.opentelemetry.io/collector/pdata/pmetric"

"github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl/contexts/ottlmetric"
)

var nonExponentialHist = func() pmetric.Metric {
Expand Down

0 comments on commit 6e59f0a

Please sign in to comment.