Skip to content

Commit

Permalink
[chore]: disable sending_queue to reduce carbon load test flake (open…
Browse files Browse the repository at this point in the history
…-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
  • Loading branch information
rmfitzpatrick authored and cparkins committed Feb 1, 2024
1 parent 27df619 commit a830e4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testbed/datareceivers/carbon.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ func (cr *CarbonDataReceiver) GenConfigYAMLStr() string {
// Note that this generates an exporter config for agent.
return fmt.Sprintf(`
carbon:
sending_queue:
enabled: false
endpoint: "127.0.0.1:%d"`, cr.Port)
}

Expand Down

0 comments on commit a830e4a

Please sign in to comment.