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

[chore]: disable sending_queue to reduce carbon load test flake #30481

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

rmfitzpatrick
Copy link
Contributor

Description:
Attempting to reduce carbon load test flake where sending queue limits ensure sent != received.

2024-01-11T08:06:36.342Z	error	exporterhelper/queue_sender.go:213	Dropping data because sending_queue is full. Try increasing queue_size.	{"kind": "exporter", "data_type": "metrics", "name": "carbon", "dropped_items": 1}

Link to tracking Issue:
#30478

Testing:
updating existing

Documentation:
none needed

@dmitryax dmitryax merged commit 888d675 into open-telemetry:main Jan 12, 2024
86 checks passed
@github-actions github-actions bot added this to the next release milestone Jan 12, 2024
cparkins pushed a commit to AmadeusITGroup/opentelemetry-collector-contrib that referenced this pull request Feb 1, 2024
…-telemetry#30481)

**Description:**
Attempting to reduce carbon load test flake where sending queue limits
ensure sent != received.

```
2024-01-11T08:06:36.342Z	error	exporterhelper/queue_sender.go:213	Dropping data because sending_queue is full. Try increasing queue_size.	{"kind": "exporter", "data_type": "metrics", "name": "carbon", "dropped_items": 1}
```

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

**Testing:**
updating existing

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

Successfully merging this pull request may close these issues.

None yet

3 participants