-
Notifications
You must be signed in to change notification settings - Fork 153
docs(metrics): remove serializeMetrics and fix cloudwatch excerpt #376
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
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.
One small nit. But it looks ok overall.
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 Florian! Added some minor comments
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 a couple of comments, but looks good already
Closing since it will be covered by @dreamorosi CR on homogenized doc |
* chore(test): test * docs(metrics): remove serializeMetrics and fix cloudwatch excerpt * fix: tracer construct initializer * Conformed tracer & logger * Added changes from #376 * Added lambdaInterface to logger examples * docs: update docs/core/logger.md Co-authored-by: Sara Gerion <[email protected]> * docs: updated return type for all async handlers * docs: update docs/core/metrics.md Co-authored-by: Sara Gerion <[email protected]> * docs: update docs/core/metrics.md Co-authored-by: Sara Gerion <[email protected]> * docs: update docs/core/metrics.md Co-authored-by: Sara Gerion <[email protected]> * docs: updated all references to publishStoredMetrics * docs: replaced extends w/ implements keyword in classes * docs: switched to serviceName according to #401 * docs: switched to serviceName according to #401 * docs: update docs/core/tracer.md Co-authored-by: Florian Chazal <[email protected]> * docs: update docs/core/metrics.md Co-authored-by: Florian Chazal <[email protected]> * docs: update docs/core/tracer.md Co-authored-by: Florian Chazal <[email protected]> * docs: update docs/core/logger.md Co-authored-by: Florian Chazal <[email protected]> * docs: update note on patching all modules * docs: updated text in captureMethod section * docs: update docs/core/metrics.md Co-authored-by: ijemmy <[email protected]> * docs: update docs/core/metrics.md Co-authored-by: ijemmy <[email protected]> * docs: updated other references to serverlessAirline Co-authored-by: Florian CHAZAL <[email protected]> Co-authored-by: Sara Gerion <[email protected]> Co-authored-by: ijemmy <[email protected]>
Description of your changes
Following @ijemmy remarks, this PR improve metrics docs by
serializeMetrics()
methodHow to verify this change
Related issues, RFCs
PR status
Is this ready for review?: YES
Is it a breaking change?: NO
Checklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.