-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
TestMetric10kDPS always failing for carbon #30478
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
@rmfitzpatrick @atoulme @astencel-sumo @crobert-1 please take a look. |
Pinging code owners for receiver/carbon: @aboguszewski-sumo. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
If #30481 doesn't reliably resolve I have no objection to skipping or removing the test. The initial underlying issue of missing metric names was the main cause to warrant no longer skipping,* but if general test env or component flake are concerns there are probably few benefits running the case. |
**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
…-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
Component(s)
receiver/carbon
What happened?
Description
The
TestMetric10kDPS/Carbon
test is consistently failing:I believe the flaky started with #29893
Collector version
latest
Environment information
No response
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: