Skip to content

Add postgres bulk insertion mode for tracing

Warren Gifford requested to merge ef/shush-jaeger into main

Created by: efritz

For postgres bulk inserts, we cut out the placeholders (which doesn't hold any meaningful data) and do not list every argument separately, but give a count of arguments. This should stop errors during upload processing about oversized jaeger spans.

Merge request reports

Loading