Skip to content
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

Drop old distribution/histogram/quantile items from the vector protocol #6566

Open
bruceg opened this issue Feb 26, 2021 · 0 comments
Open
Labels
domain: data model Anything related to Vector's internal data model domain: metrics Anything related to Vector's metrics events sink: vector Anything `vector` sink related source: vector Anything `vector` source related type: tech debt A code change that does not add user value.

Comments

@bruceg
Copy link
Member

bruceg commented Feb 26, 2021

Reference: #6554 (review)

In #6554 we added new variants to the vector protocol to match the new structure of complex metrics. To maintain backwards compatibility, this change retained the old variants in the protocol. At some point in the future after the next version has been released, these compatibility fields and corresponding code should be removed and marked as "reserved".

@bruceg bruceg added type: tech debt A code change that does not add user value. sink: vector Anything `vector` sink related source: vector Anything `vector` source related domain: data model Anything related to Vector's internal data model domain: metrics Anything related to Vector's metrics events labels Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: data model Anything related to Vector's internal data model domain: metrics Anything related to Vector's metrics events sink: vector Anything `vector` sink related source: vector Anything `vector` source related type: tech debt A code change that does not add user value.
Projects
None yet
Development

No branches or pull requests

1 participant