-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add batcher config to splunkhec exporter #32563
add batcher config to splunkhec exporter #32563
Conversation
Hey @splunkericl, hope you don't mind, I updated your PR description to automatically close the issue. 👍 |
6a6ba86
to
34583d9
Compare
a26f33b
to
be77cd0
Compare
@dmitryax @crobert-1 Thoughts on the latest documentations? |
waiting for open-telemetry/opentelemetry-collector#10076 to merge in so the exporter doesn't need the enabled if statement check |
@splunkericl the PR in core is merged and pulled to this repo. Please rebase and remove the condition |
8e16cf7
to
a117868
Compare
Thanks @dmitryax . i have rebased and remove the if-statement. |
#### Description This PR adds opt-in support to oltp exporter for the experimental batch sender (#8122). By default batch sender is not enabled. Similar: * open-telemetry/opentelemetry-collector-contrib#34238 * open-telemetry/opentelemetry-collector-contrib#32563 #### Link to tracking issue Resolves #10834 #### Testing `exporter/otlpexporter/config_test.go` #### Documentation Updated the `oltpexporter` README to point to `exporterhelper` README for batching. --------- Co-authored-by: Dmitrii Anoshin <anoshindx@gmail.com>
Description:
Add a new feature in splunk hec exporter
Link to tracking Issue:
Resolves #32545
Testing:
Added unit test for the config
Documentation:
Updated the README file