Skip to content

Commit e9b715d

Browse files
committed
clarify alternative configuration approach
1 parent 285c32d commit e9b715d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/maintainers.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,10 @@ quietly. When invalid configuration is detected, the library could substitute a
337337
reasonable default and then send notice of the configuration issue to Datadog,
338338
e.g. as a hidden span tag. That information would then be available to Support
339339
should the customer raise an issue due to a difference in behavior between what
340-
they see and what they think they configured.
340+
they see and what they think they configured. This approach is also resilient to
341+
dynamic configuration changes. Rather than a "bad config update" causing tracing
342+
to cease completely, instead tracing could continue to operate in the defaulted
343+
mode.
341344
342345
This library uses the stricter approach. The downside is that a user of the
343346
library has to decide what to do when even the slightest part of the

0 commit comments

Comments
 (0)