-
Notifications
You must be signed in to change notification settings - Fork 893
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
Metric API v0.4 specification #581
Conversation
As discussed in the SIG call today, if the feedback is about something minor, please consider leaving your comments with approval. I'll be sure to address all the comments, but this way you can stop paying attention. I'd like to merge this by the end of the week if no substantial problems are found. |
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.
thanks for all the labor on this!!!
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.
🚀
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.
Thanks for getting this ready!
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.
I approve this since I am fine with the public API, I do have my reservation when it comes to the amount of details we expose but that is documentation only and can be changed.
Please rebase to fix links issues |
I've addressed the remaining issues. Thanks! |
It's worth noting that this has 4 approvals from the proposed set of metrics approvers. |
Not a metrics approver but approving to help this PR get merged. |
* Rewrite the intro * Edit labels section * Aggregations update * Time update * Three categories * 6 kinds * Section on memory requirements * Update links to in-progress work * Update TOC * Reorder and update TOC * Restore some text * Restore the TODO code * Restore api-user.md; for a separate PR * Feedback round 1 * New pargraph * Lint * Remove six * Remove the other two documents as out-of-date * Update links; TODOs about api-user.md content lost * Be consistent about distributed context and request * Define Additive * Remove refs to api-user.md * Clarify that monotonics are additive * Monotonic comment about rates * Feedback * SPI note * Typos * on correlation values * remove content on memory requirements, it's SDK stuff * Remove a dead link * Update TOC * Lint
The main API specification document (api.md) is ready for review in this PR. This document is up-to-date with respect to OTEP 98, which is expected to merge without further modification (explanation).
The accompanying user-level specification document (api-user.md) is in draft form, not ready for review in #582.