You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
With exporter batching introduced in open-telemetry/opentelemetry-collector#9738, users should be able to leverage this for splunk hec exporter so they can enable batching in the exporter side.
Describe the solution you'd like
Adds exporter batching config in the splunk hec exporter config, if the batching is enabled, add the batching options when creating a new log/metrics instance.
N/A. Users can utilitize batcher processor but the functionality introduce an async gap in the pipeline. This is what the exporter batching can eliminate.
Additional context
No response
The text was updated successfully, but these errors were encountered:
**Description:**
Add a new feature in splunk hec exporter
- utilitize batching framework
open-telemetry/opentelemetry-collector#9738 in
splunk hec exporter
- adds batcher config in splunk hec exporter config and append it as
exporter option if enabled
**Link to tracking Issue:**
Resolves#32545
**Testing:**
Added unit test for the config
**Documentation:**
Updated the README file
Component(s)
exporter/splunkhec
Is your feature request related to a problem? Please describe.
With exporter batching introduced in open-telemetry/opentelemetry-collector#9738, users should be able to leverage this for splunk hec exporter so they can enable batching in the exporter side.
Describe the solution you'd like
Adds exporter batching config in the splunk hec exporter config, if the batching is enabled, add the batching options when creating a new log/metrics instance.
Describe alternatives you've considered
N/A. Users can utilitize batcher processor but the functionality introduce an async gap in the pipeline. This is what the exporter batching can eliminate.
Additional context
No response
The text was updated successfully, but these errors were encountered: