You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The MarshalLogObject(encoder zapcore.ObjectEncoder) function is used by the logger library to print out the TransformContext value. It's currently implemented for all other contexts, but not for metrics, leading debug logs to print empty values:
initial TransformContext before executing StatementSequence {"TransformContext": {}}
Describe the solution you'd like
Similar to other contexts implementations, so the debug logs will properly print it out.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component(s)
pkg/ottl
Is your feature request related to a problem? Please describe.
The
MarshalLogObject(encoder zapcore.ObjectEncoder)
function is used by the logger library to print out theTransformContext
value. It's currently implemented for all other contexts, but not for metrics, leading debug logs to print empty values:Describe the solution you'd like
Similar to other contexts implementations, so the debug logs will properly print it out.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: