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
{{ message }}
This repository has been archived by the owner on May 25, 2022. It is now read-only.
Currently, the collector unmarshals these configs into an []map[string]interface{}, and then uses yaml marshaling. Since we don't know which operators will be included and in what order, this might not have as much of a benefit as the other tickets, but there is likely a better design than the current.
General guidelines:
Should not affect functionality of configuration
Ideally would not remove support for yaml unmarshaling
This change should perhaps be preceded by enhanced test cases on the parser configurations
The text was updated successfully, but these errors were encountered:
Similar to #14, open-telemetry/opentelemetry-collector-contrib#10287, #16, #17, but will have a different effect on the collector receivers.
Currently, the collector unmarshals these configs into an
[]map[string]interface{}
, and then uses yaml marshaling. Since we don't know which operators will be included and in what order, this might not have as much of a benefit as the other tickets, but there is likely a better design than the current.General guidelines:
The text was updated successfully, but these errors were encountered: