Commit 1d8da94
authored
Expose MergeCtx via exporterhelper#QueueBatchSettings (#13742)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Exposes the `MergeCtx` function introduced in
https://github.com/open-telemetry/opentelemetry-collector/pull/13460/files
to `exporterhelper#QueueBatchSettings`. This will allow configuring the
merge context function using `exporterhelper#WithQueueBatch`.
<!-- Issue number if applicable -->
#### Link to tracking issue
Related to #13320
<!--Describe what testing was performed and which tests were added.-->
#### Testing
N/A
<!--Describe the documentation added.-->
#### Documentation
N/A
<!--Please delete paragraphs that you did not use before submitting.-->1 parent 24559e5 commit 1d8da94
File tree
2 files changed
+26
-1
lines changed- .chloggen
- exporter/exporterhelper/internal/queuebatch
2 files changed
+26
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments