Commit efde8a2
Support npipe transport in confignet (#14985)
#### Description
Support using Windows named pipes as a transport in confignet. The
implementation uses https://github.com/microsoft/go-winio/.
#### Link to tracking issue
Fixes
#15085
#### Testing
Added unit tests covering the new transport. There's also a unit test
for validating named path paths.
#### Documentation
Added the new value to the config schema and README.
---------
Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>1 parent f1f655b commit efde8a2
37 files changed
Lines changed: 274 additions & 5 deletions
File tree
- .chloggen
- .github/workflows/utils
- cmd
- mdatagen
- otelcorecol
- config
- configgrpc
- confighttp
- xconfighttp
- confignet
- exporter
- otlpexporter
- otlphttpexporter
- extension/zpagesextension
- internal/e2e
- otelcol
- otelcoltest
- receiver/otlpreceiver
- service
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| 339 | + | |
339 | 340 | | |
340 | 341 | | |
341 | 342 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments