Commit 8cb05b4
committed
fix(tracemetrics): Bump metric buffer to 1k dquote>
We've been noticing some discards from clients for likely buffer reason (primarily on python, though fixing it on both sdks). Metrics were initially set to 100 to match logs but the size limit for a metric is ~1000x less (~1-2kb at the moment) so the memory pressure should be fine.1 parent 104db8c commit 8cb05b4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments