Skip to content
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

(otelarrowexporter) Adjust configuration based on experimental results #35478

Merged
merged 3 commits into from
Oct 4, 2024

Conversation

jmacd
Copy link
Contributor

@jmacd jmacd commented Sep 27, 2024

Description: As reported in https://opentelemetry.io/blog/2024/otel-arrow-production/, we have run a number of experiments with the OTel-Arrow components. Our preferred configuration after these experiments is as-seen in this PR.

Link to tracking Issue: #26491

Testing: As in https://opentelemetry.io/blog/2024/otel-arrow-production.

Documentation: Included.

@jmacd jmacd force-pushed the jmacd/new_defaults branch from 09ff868 to 1db1808 Compare October 1, 2024 20:30
@jmacd jmacd marked this pull request as ready for review October 1, 2024 20:48
@jmacd jmacd requested a review from a team as a code owner October 1, 2024 20:48
@jmacd jmacd requested a review from fatsheep9146 October 1, 2024 20:48
Copy link

@lquerel lquerel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jmacd jmacd changed the title (otelarrowexporter) Adjust configuration for small-size instance (otelarrowexporter) Adjust configuration based on experimental results Oct 1, 2024
@@ -59,15 +57,14 @@ func createDefaultConfig() component.Config {
BalancerName: "round_robin",
},
Arrow: ArrowConfig{
NumStreams: runtime.NumCPU(),
MaxStreamLifetime: time.Hour,
NumStreams: arrow.DefaultNumStreams,
Copy link

@sfc-gh-bdrutu sfc-gh-bdrutu Oct 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not this PR problem. But arrow confused me where it comes from, the fact that is an internal value.

@bogdandrutu bogdandrutu merged commit a43c878 into open-telemetry:main Oct 4, 2024
155 checks passed
@github-actions github-actions bot added this to the next release milestone Oct 4, 2024
jriguera pushed a commit to springernature/opentelemetry-collector-contrib that referenced this pull request Oct 4, 2024
open-telemetry#35478)

**Description:** As reported in
https://opentelemetry.io/blog/2024/otel-arrow-production/, we have run a
number of experiments with the OTel-Arrow components. Our preferred
configuration after these experiments is as-seen in this PR.

**Link to tracking Issue:**
open-telemetry#26491

**Testing:** As in
https://opentelemetry.io/blog/2024/otel-arrow-production.

**Documentation:** Included.
ghost pushed a commit to sematext/opentelemetry-collector-contrib that referenced this pull request Oct 9, 2024
open-telemetry#35478)

**Description:** As reported in
https://opentelemetry.io/blog/2024/otel-arrow-production/, we have run a
number of experiments with the OTel-Arrow components. Our preferred
configuration after these experiments is as-seen in this PR.

**Link to tracking Issue:**
open-telemetry#26491

**Testing:** As in
https://opentelemetry.io/blog/2024/otel-arrow-production.

**Documentation:** Included.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants