Commit Graph

17 Commits

Author SHA1 Message Date
Pablo Baeyens dd8080d678
[chore][cmd/mdatagen] Fix generated links to stability levels (#11573)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

<!-- Issue number if applicable -->

Forgot to do this on #11561
2024-10-30 15:36:31 +01:00
Antoine Toulme 0b7b1bca0d
[mdatagen] support using a different github project in mdatagen README issues list (#10677)
#### Description
[mdatagen] support using a different github project in mdatagen README
issues list

Uses a a new configuration property `github_project` on mdatagen
configuration.

#### Link to tracking issue
Fixes
https://github.com/open-telemetry/opentelemetry-collector/issues/9240

---------

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
2024-08-22 13:18:16 -07:00
Dmitrii Anoshin ba22562fd3
[chore] Assign k8s distribution to components in documentation (#10459) 2024-06-22 21:16:30 -07:00
Alex Boten 36bdd22601
[chore] use mdatagen for batch processor (#9183)
Signed-off-by: Alex Boten <aboten@lightstep.com>
2023-12-22 11:12:32 -08:00
bryan-aguilar 3942fa3072
[chore][processor/batch] Update description of send_batch_size (#7803)
This PR improves the description of the send_batch_size configuration option in the batch processor. The current documentation may not be 100 percent clear to new users of the processor. This change seeks to add clarification that send_batch_size is just a trigger to send and does not enforce limits.
2023-06-01 10:30:02 -07:00
Joshua MacDonald aa206e399c
Add batchprocessor support for client metadata (#7578) 2023-05-16 11:41:33 -07:00
Vasi Vasireddy 18fa8d0970
Update example in ReadMe (#7590) 2023-05-02 11:21:37 -07:00
Joshua MacDonald 27d3efb1e0
Batch processor support for split-only configuration (#7509)
Implement the fixes proposed in #7508. Otherwise, using a batchprocessor with Config{} passes validation but acts badly at runtime there is both a zero-duration timer and the call to sendItems never returns, constantly sending empty batches.
2023-04-07 15:35:55 -07:00
qyqcswill 16aa10d582
[docs]fix some grammatical mistakes in readmes (#5607)
* fix
grammatical error

* fix
grammatical error

* recommit for user_id not match

* recommit for user_id not match
2022-07-05 11:58:00 -07:00
Alex Boten 4b2a304adb
[docs] add status for batch processor (#5392)
Fixes #5391
2022-05-18 08:37:34 -07:00
kisieland 6d44f0d303
Make the batch processor limit data points rather than metrics. (#3141)
**Link to tracking Issue:** #2754

This change introduces a BenchmarkBatchMetricProcessor that stress tests batching logic.
Results before:
`BenchmarkBatchMetricProcessor-12           20000             80614 ns/op`
Results after the change:
`BenchmarkBatchMetricProcessor-12           20000             96184 ns/op`
2021-06-02 10:52:24 -04:00
Bogdan Drutu fa7a9d5abb
Validate that batch config max size is greater than send size (#3126)
* Validate that batch config max size is greater than send size

Fixes https://github.com/open-telemetry/opentelemetry-collector/issues/3119

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

* Update processor/batchprocessor/config.go

Co-authored-by: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com>

* Update config.go

* Clarify readme for batch processor

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

Co-authored-by: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com>
2021-05-07 12:19:34 -07:00
gregoryfranklin 49ddca96c1
Support max batch size for logs (#2736) 2021-03-24 12:41:34 -07:00
Daniel Dyla e479242ac7
Support max batch size for metrics (#2422)
* Support max batch size for metrics

* send batch max supported by trace and metric

* Avoid extra allocations
2021-02-09 12:28:23 -08:00
Ben Keith 889948e2fa
Batch Processor: Log Support (#1723)
This mimics the same logic as metrics for logs in the batchprocessor.
2020-09-02 18:33:26 -04:00
Pavol Loffay 5c7db8cce7
Fix overflowing batch size (#1310)
* Fix overflowing batch size

Signed-off-by: Pavol Loffay <ploffay@redhat.com>

* Use max size

Signed-off-by: Pavol Loffay <ploffay@redhat.com>
2020-07-14 08:04:37 -07:00
Akash Suresh caadbbc476
Decentralize component documentation (#1089)
* Split out processor READMEs

* Split out exporter READMEs

* Split out extension READMEs

* Split out receiver READMEs

* Add new line at end of READMEs
2020-06-05 11:33:32 -07:00