Commit c0a5a76
Disable tracing by default.
We use jaeger for tracing. The default pipeline configuration had
tracing enabled, the assumption being that it has negligible runtime
cost. However, we've discovered that it can consume gigabytes of RAM
(and I'm not even sure there's an upper bound) presumably buffering
events in memory. We therefore switch the default to false.
Signed-off-by: Leonid Ryzhyk <leonid@feldera.com>1 parent 0d56edd commit c0a5a76
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | | - | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
0 commit comments