-
Notifications
You must be signed in to change notification settings - Fork 897
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
Add details for Aggregator in Metrics Spec. #1842
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flagged a few typos, but overall I think it is very clear and concise 👍
Want to confirm a few points that I think are implicit in this PR that perhaps deserve some in person discussion:
|
Thank you @victlu. I know this has been a lot of work! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@cijothomas are you happy with the edits that @victlu has made? This looks ready to merge. |
### Aggregation | ||
|
||
An `Aggregation`, as configured via the [View](./sdk.md#view), | ||
informs the SDK on the ways and means to compute |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: since we don't specify any "how" here, "ways and means" sounds too much.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left small editorial comments.
* Aggregator Spec * Cleanup * Tweaks * tweaks * tweak * Fix up nits from PR feedback * Fix up nits from PR feedback * Refactor based on SIG meeting feedback * Allow idiomatic approach for Aggregator+Params * Add Timestamp for Last Value Aggregator * Fix misspelling * Refactor to use Aggregation (as a config) * Refactor to use Aggregation (as a config) * Fix based on PR feedback * fix misspelling Co-authored-by: Joshua MacDonald <[email protected]>
Add more details for an Aggregator in the Metrics Spec.
This PR is a rework of #1804 after discussions and feedback from metric SIG meetings.