Skip to content

Commit 9e31b0f

Browse files
committed
fmt
1 parent bc1a12e commit 9e31b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporter/datadogexporter/factory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ func (f *factory) createDefaultConfig() component.Config {
199199
TCPAddrConfig: confignet.TCPAddrConfig{
200200
Endpoint: "https://api.datadoghq.com",
201201
},
202-
DeltaTTL: 3600,
202+
DeltaTTL: 3600,
203203
RemapMetrics: true,
204204
ExporterConfig: MetricsExporterConfig{
205205
ResourceAttributesAsTags: false,

0 commit comments

Comments
 (0)