File tree Expand file tree Collapse file tree 5 files changed +135
-42
lines changed Expand file tree Collapse file tree 5 files changed +135
-42
lines changed Original file line number Diff line number Diff line change @@ -127,4 +127,4 @@ func TestOverrideMetricsURL(t *testing.T) {
127
127
err := cfg .Sanitize ()
128
128
require .NoError (t , err )
129
129
assert .Equal (t , cfg .Metrics .Agentless .Endpoint , DebugEndpoint )
130
- }
130
+ }
Original file line number Diff line number Diff line change @@ -54,19 +54,19 @@ func NewFactory() component.ExporterFactory {
54
54
func createDefaultConfig () configmodels.Exporter {
55
55
return & Config {
56
56
API : APIConfig {
57
- Key : "" , // must be set if using API
58
- Site : "datadoghq.com" ,
57
+ Key : "" , // must be set if using API
58
+ Site : "datadoghq.com" ,
59
59
},
60
-
60
+
61
61
Metrics : MetricsConfig {
62
- Mode : DogStatsDMode ,
63
-
62
+ Mode : DogStatsDMode ,
63
+
64
64
DogStatsD : DogStatsDConfig {
65
65
Endpoint : "127.0.0.1:8125" ,
66
66
Telemetry : true ,
67
67
},
68
68
69
- Agentless : AgentlessConfig {
69
+ Agentless : AgentlessConfig {
70
70
Endpoint : "" , // set during config sanitization
71
71
},
72
72
},
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ module github.com/DataDog/opentelemetry-collector-contrib/exporter/datadogexport
3
3
go 1.15
4
4
5
5
require (
6
- github.com/DataDog/datadog-go v3.7.2 +incompatible
6
+ github.com/DataDog/datadog-go v4.0.0 +incompatible
7
7
github.com/census-instrumentation/opencensus-proto v0.3.0
8
8
github.com/stretchr/testify v1.6.1
9
- go.opentelemetry.io/collector v0.8.1-0.20200820203435-961c48b75778
9
+ go.opentelemetry.io/collector v0.9.0
10
10
go.uber.org/zap v1.15.0
11
11
)
You can’t perform that action at this time.
0 commit comments