Metrics aggregation pipeline #2378
Unanswered
bogdandrutu
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
@jkwatson I will update the picture with detail in the processor once I get to work and clear that code. For the moment I am only focused on the aggregator/accumulation stuff. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Here is the picture that describes the MetricsSDK design:
Some details:
Accumulator.Accumulatorpasses all the accumulated pairs <LabelSet,Accumulation> to theProcessor.Accumulationis an immutable representation of an accumulated value by theAggregatorin case of a synchronous instrument, or created by the asynchronous accumulator in case of async instruments.Beta Was this translation helpful? Give feedback.
All reactions