Commit 9dfa5be
authored
fix: Updating sdk values to reduce frequency of network requests (#235)
## Summary
Changing some of the otel configurations in response to some customer
feedback:
- concurrency limit is lowered to reasonable value
- export batch size was far below default, leading to many requests
- max queue size was also much below default, upped to default
- scheduled delay was 6x the default, reverted to default so requests
wouldn't be as delayed
- max retry attempts 10 -> 3
## How did you test this change?
Tested locally
## Are there any deployment considerations?
No1 parent 4612b45 commit 9dfa5be
2 files changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
134 | 135 | | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
139 | 140 | | |
140 | 141 | | |
141 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments