Commit 71c43dd
authored
Remove experimental from dogstatsd stream socket option. (#53828)
<!--Please give us some feedback on your experience writing this PR ! https://app.datadoghq.com/forms/43db4c02-6837-400c-8083-692e141b1b88 !-->
### What does this PR do?
Removes the warning and exposes the `dogstatsd_stream_socket` configuration option.
### Motivation
The `dogstatsd_stream_socket` option has been available in the agent since 7.50. [PR](#20002). It has been hidden and a warning `dogstatsd_stream_socket is not yet supported, run it at your own risk` was shown when it was used.
We have dogfooded the option extensively and successfully, so there is no reason to not support this option.
### Describe how you validated your changes
### Additional Notes
Co-authored-by: stephen.wakely <stephen.wakely@datadoghq.com>1 parent 8a100fc commit 71c43dd
5 files changed
Lines changed: 39 additions & 11 deletions
File tree
- comp/dogstatsd/server/impl
- pkg/config
- schema/yaml
- setup
- releasenotes/notes
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
421 | | - | |
422 | 421 | | |
423 | 422 | | |
424 | 423 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2492 | 2492 | | |
2493 | 2493 | | |
2494 | 2494 | | |
2495 | | - | |
| 2495 | + | |
2496 | 2496 | | |
2497 | 2497 | | |
2498 | 2498 | | |
2499 | 2499 | | |
2500 | | - | |
2501 | 2500 | | |
2502 | 2501 | | |
2503 | 2502 | | |
| 2503 | + | |
| 2504 | + | |
| 2505 | + | |
| 2506 | + | |
| 2507 | + | |
| 2508 | + | |
| 2509 | + | |
| 2510 | + | |
| 2511 | + | |
| 2512 | + | |
2504 | 2513 | | |
2505 | 2514 | | |
2506 | 2515 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2207 | 2207 | | |
2208 | 2208 | | |
2209 | 2209 | | |
2210 | | - | |
| 2210 | + | |
2211 | 2211 | | |
2212 | 2212 | | |
2213 | 2213 | | |
2214 | 2214 | | |
2215 | | - | |
2216 | 2215 | | |
2217 | 2216 | | |
2218 | 2217 | | |
2219 | 2218 | | |
2220 | 2219 | | |
2221 | 2220 | | |
| 2221 | + | |
| 2222 | + | |
| 2223 | + | |
| 2224 | + | |
| 2225 | + | |
| 2226 | + | |
| 2227 | + | |
| 2228 | + | |
| 2229 | + | |
| 2230 | + | |
| 2231 | + | |
| 2232 | + | |
| 2233 | + | |
2222 | 2234 | | |
2223 | 2235 | | |
2224 | 2236 | | |
| |||
7965 | 7977 | | |
7966 | 7978 | | |
7967 | 7979 | | |
7968 | | - | |
7969 | | - | |
7970 | | - | |
7971 | | - | |
7972 | | - | |
7973 | 7980 | | |
7974 | 7981 | | |
7975 | 7982 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1606 | 1606 | | |
1607 | 1607 | | |
1608 | 1608 | | |
1609 | | - | |
| 1609 | + | |
1610 | 1610 | | |
1611 | 1611 | | |
1612 | 1612 | | |
| |||
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments