-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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
mdatagen: Expose consumer data mutation capability #27476
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Sounds reasonable to me. @bripkens do you have a chance to contribute and add this functionality? |
@dmitryax: Looking closer at this, it does not seem like we could easily expose values from
But neither option really seems desirable to me. This makes me wonder whether we should go the manual route. Potential approach:
That would be a lot of (one-time) manual labor. WDYT? |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
Component(s)
cmd/mdatagen
Is your feature request related to a problem? Please describe.
Tooling around the collector can benefit from knowledge about consumers'/processors' data handling behavior. Specifically, to highlight undesired data copying when there are two pipelines reading data from the same receiver.
Describe the solution you'd like
Consumers must already define Capabilities as part of which the
MutatesData
flag is defined. Ideally, the value of this flag is somehow part of themetadata.yaml
for automatic processing.Example:
Describe alternatives you've considered
Additional context
No response
The text was updated successfully, but these errors were encountered: