We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4e8d7 commit c3b9324Copy full SHA for c3b9324
1 file changed
internal/config/config_helpers.go
@@ -23,8 +23,7 @@ const (
23
24
// DefaultMaxTagsHeaderLen is the default value for DD_TRACE_X_DATADOG_TAGS_MAX_LENGTH.
25
DefaultMaxTagsHeaderLen = 512
26
- // MaxPropagatedTagsLength is the upper bound on DD_TRACE_X_DATADOG_TAGS_MAX_LENGTH;
27
- // values above this are clamped down to prevent HTTP 413 responses from the agent.
+ // MaxPropagatedTagsLength is the upper bound on DD_TRACE_X_DATADOG_TAGS_MAX_LENGTH.
28
MaxPropagatedTagsLength = 512
29
// TraceMaxSize is the maximum number of spans we keep in memory for a
30
// single trace. This is to avoid memory leaks. If more spans than this
0 commit comments