File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
cmd/mdatagen/internal/templates Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ import (
35
35
"go.opentelemetry.io/collector/receiver/receivertest"
36
36
{{- end }}
37
37
{{- if isScraper }}
38
- "go.opentelemetry.io/collector/consumer/consumertest"
39
38
"go.opentelemetry.io/collector/scraper"
40
39
"go.opentelemetry.io/collector/scraper/scrapertest"
41
40
{{- end }}
Original file line number Diff line number Diff line change 3
3
package {{ .Package }}test
4
4
5
5
import (
6
- "context"
7
6
"testing"
8
7
9
8
"github.com/stretchr/testify/require"
Original file line number Diff line number Diff line change 3
3
package {{ .Package }}test
4
4
5
5
import (
6
- "context"
6
+ "context"
7
7
"testing"
8
8
9
9
"github.com/stretchr/testify/require"
10
+ "go.opentelemetry.io/otel/metric"
10
11
"go.opentelemetry.io/otel/sdk/metric/metricdata"
11
12
"go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest"
12
13
13
- "go.opentelemetry.io/collector/component/componenttest"
14
+ "go.opentelemetry.io/collector/component/componenttest"
14
15
)
15
16
16
17
func TestSetupTelemetry(t *testing.T) {
You can’t perform that action at this time.
0 commit comments