File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
exporter/newrelicexporter Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,4 @@ require (
10
10
go.opencensus.io v0.22.3
11
11
go.opentelemetry.io/collector v0.3.1-0.20200601172059-a776048b653c
12
12
go.uber.org/zap v1.10.0
13
- google.golang.org/protobuf v1.24.0
14
13
)
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ import (
27
27
"github.com/newrelic/newrelic-telemetry-sdk-go/telemetry"
28
28
"github.com/stretchr/testify/assert"
29
29
"github.com/stretchr/testify/require"
30
- "google.golang.org/protobuf/types/known/wrapperspb"
31
30
)
32
31
33
32
func TestTransformEmptySpan (t * testing.T ) {
@@ -336,6 +335,7 @@ func TestTransformDeltaSummary(t *testing.T) {
336
335
testTransformMetric (t , gd , expected )
337
336
})
338
337
338
+ /* Remove only dependency on wrapperspb.
339
339
s := &metricspb.Metric{
340
340
MetricDescriptor: &metricspb.MetricDescriptor{
341
341
Name: "summary",
@@ -363,6 +363,7 @@ func TestTransformDeltaSummary(t *testing.T) {
363
363
// Should be a delta, running twice should not change state.
364
364
testTransformMetric(t, s, expected)
365
365
})
366
+ */
366
367
}
367
368
368
369
func TestTransformCumulativeCount (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments