funnel
funnel copied to clipboard
api/tes: including zero values in JSON responses
funnel task get dumps JSON message with missing exit code log when exit code is zero because it's the default in protobuf. Should we ensure this is in the output?
I think we need to ensure no expected fields are dropped since some TES implementations may not be protobuf based.
Also, this affects the dashboards, where fields like "exit code" and "file type" show up empty.
@lbeckman314 Does #716 address this issue?