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 ottlarg struct tag was originally introduced to disambiguate the argument ordering of a field in an OTTL Arguments struct. Now that it's been implemented, it doesn't seem like it is worth the additional complexity of handling it in the OTTL parser. Top-to-bottom is a natural way to read the fields, and all of our tags match the field ordering anyway.
Describe the solution you'd like
Make a breaking change as early as possible and remove ottlarg, instead having functions simply rely on field ordering within the Arguments struct.
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
ottlarg
struct tag was originally introduced to disambiguate the argument ordering of a field in an OTTLArguments
struct. Now that it's been implemented, it doesn't seem like it is worth the additional complexity of handling it in the OTTL parser. Top-to-bottom is a natural way to read the fields, and all of our tags match the field ordering anyway.Describe the solution you'd like
Make a breaking change as early as possible and remove
ottlarg
, instead having functions simply rely on field ordering within theArguments
struct.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: