Replies: 1 comment
-
|
moved to #24001 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hello,
Problem Statement
Currently, Vector emits individual metric events, which can result in high event volumes, especially in high-cardinality environments. This impacts:
Proposed Solution
Add a new Distribution aggregation mode to the aggregate transform that:
Benefits
Use Cases
Example
Before (3 separate events):
After (1 distribution event):
This approach is particularly well-suited for analytics databases that can convert distributions into equal-width histogram buckets or other aggregations at query time, providing flexibility for various downstream use cases.
We can contribute to this, but as the contribution guidelines mention, I wanted to raise the question of seeking collaboration before coding the solution.
Thanks in advance.
Vector Config
Using the existing TOML example with the proposed mode
distribution.Vector Logs
No response
Beta Was this translation helpful? Give feedback.
All reactions