Skip to content

Commit 0cb1876

Browse files
committed
add comment
1 parent c28a6f3 commit 0cb1876

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tracer/src/Datadog.Trace/TracerManagerFactory.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ internal static IDogStatsd CreateDogStatsdClient(TracerSettings settings, string
504504
}
505505
}
506506

507+
// internal for testing
507508
internal virtual IDiscoveryService GetDiscoveryService(TracerSettings settings)
508509
=> settings.AgentFeaturePollingEnabled ?
509510
DiscoveryService.Create(settings.Exporter) :

0 commit comments

Comments
 (0)