AbsaOSS / spline

Data Lineage Tracking And Visualization Solution
https://absaoss.github.io/spline/
Apache License 2.0
588 stars 154 forks source link

Add incoming REST payload size into the persistent object extra info #1255

Closed wajda closed 11 months ago

wajda commented 11 months ago

Add the following persistent ExecutionPlan property (useful for gathering statistics):

"extra": {
  "__spline_msg_size": [111, 222]
}

where 111 - is the original message size in bytes, and 222 is the message size after decompression.