We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pkg/ottl
Currently the OTTL contexts do not know how to support maps in attributes
opentelemetry-collector-contrib/pkg/ottl/contexts/internal/ottlcommon/value.go
Line 89 in f36fd9d
This doesn't cause many problems today, but may cause issues when we start handling more complex log parsing.
OTTL contexts know how to set a map attribute type.
The text was updated successfully, but these errors were encountered:
TylerHelmuth
Successfully merging a pull request may close this issue.
Component(s)
pkg/ottl
Is your feature request related to a problem? Please describe.
Currently the OTTL contexts do not know how to support maps in attributes
opentelemetry-collector-contrib/pkg/ottl/contexts/internal/ottlcommon/value.go
Line 89 in f36fd9d
This doesn't cause many problems today, but may cause issues when we start handling more complex log parsing.
Describe the solution you'd like
OTTL contexts know how to set a map attribute type.
The text was updated successfully, but these errors were encountered: