Part of #45396.
Enable the re-aggregation feature for the couchdb receiver by:
- Setting
reaggregation_enabled: true in metadata.yaml
- Ensuring all attributes are properly defined with appropriate levels:
required: cannot be reaggregated
recommended: enabled by default but can be disabled by users
opt_in: disabled by default but can be enabled by users
- Validate the feature after the feature gate is enabled: all existing tests pass, manual check
Part of #45396.
Enable the re-aggregation feature for the
couchdbreceiver by:reaggregation_enabled: trueinmetadata.yamlrequired: cannot be reaggregatedrecommended: enabled by default but can be disabled by usersopt_in: disabled by default but can be enabled by users