Metrics supplemental guidelines for async views#2208
Metrics supplemental guidelines for async views#2208carlosalberto merged 10 commits intoopen-telemetry:mainfrom
Conversation
|
This looks great to me. I think it nails options available to SDKs and provides a simple, allowable implementation, demonstrating why it works. Should we recommend ONE option to SDKs first though, while allowing the others? |
Co-authored-by: legendecas <[email protected]>
pirgeo
left a comment
There was a problem hiding this comment.
Thanks for the clarification! I wonder: for the Synchronous example, there are the Delta, then the Cumulative aggregation temporality sections, but for Asynchronous there is the Cumulative section first, then the Delta section. In the attribute removal section right after that, there are references to Cumulative temporality again. Do you think it would make sense to swap the Delta and Cumulative sections for the Asynchronous example?
…ication into jmacd/supplemental_async_view
Co-authored-by: Tyler Yahn <[email protected]> Co-authored-by: Georg Pirklbauer <[email protected]>
…telemetry-specification into jmacd/supplemental_async_view
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
|
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
|
@jmacd Should we reopen this PR? It had a few approvals already, etc ;) |
|
Given that these are guidelines--not specs--and have several approvals, I feel this can merge. @reyang PTAL. |
Fixes #2187
Changes
Clarifies the available strategies for calculating asynchronous Views and what it means for the receiver, especially when streams "die" and restart, requiring reset detection.
Related issues #1874