Commit 1dbaad3
authored
Bump the statsd default packet size (#8967)
## Summary of changes
Increases the default packet size used by vendored dogstatsd
## Reason for change
Customers can hit the package size limits and payloads are dropped
without sending. These were increased upstream in
DataDog/dogstatsd-csharp-client#170, but as
we're using an older vendored version with older limits.
## Implementation details
- Update the limits
- Update the vendored code (just for documentation really, we're never
going to re-run this vendoring)
## Test coverage
Meh
## Other details
I considered making this setting actually configurable, but given the
upstream code _still_ doesn't have this as configurable, and the Go
reference implementation recommends these limits, I think this is
probably the best approach1 parent 9239376 commit 1dbaad3
3 files changed
Lines changed: 18 additions & 3 deletions
File tree
- tracer
- build/_build/UpdateVendors
- src/Datadog.Trace/Vendors/StatsdClient
- test/Datadog.Trace.TestHelpers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
549 | 549 | | |
550 | 550 | | |
551 | 551 | | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
552 | 566 | | |
553 | 567 | | |
554 | 568 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1623 | 1623 | | |
1624 | 1624 | | |
1625 | 1625 | | |
1626 | | - | |
| 1626 | + | |
| 1627 | + | |
1627 | 1628 | | |
1628 | 1629 | | |
1629 | 1630 | | |
| |||
0 commit comments