-
Notifications
You must be signed in to change notification settings - Fork 406
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
fix: split cold start metric from application metrics to prevent duplicate app metrics #126
fix: split cold start metric from application metrics to prevent duplicate app metrics #126
Conversation
* develop: chore: version bump to 1.3.1 fix(capture_method): should yield inside with (#124) chore: bump version to 1.3.0 (#122) chore(deps): bump prismjs from 1.20.0 to 1.21.0 in /docs chore(deps): bump elliptic from 6.5.2 to 6.5.3 in /docs feat: add parameter utility (#96) chore: bump version to 1.2.0 (#119) feat: add support for tracing of generators using capture_method decorator (#113)
Codecov Report
@@ Coverage Diff @@
## develop #126 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 24 24
Lines 698 697 -1
Branches 64 64
=========================================
- Hits 698 697 -1
Continue to review full report at Codecov.
|
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 with 2 tiny nitpicks!
Co-authored-by: Tom McCarthy <tmac.se@gmail.com>
…torlessa/aws-lambda-powertools-python into fix/metrics-cold-start-split * 'fix/metrics-cold-start-split' of https://github.com/heitorlessa/aws-lambda-powertools-python: chore: grammar
@heitorlessa good idea, the only thing i would note in the change log is that this is a behavior change (kind of a breaking change if people where relying on this before). |
I'm on a fence to whether call this a bugfix - I can't see a scenario where a customer would like to have the same business data split into two different metrics, because dimensions were added. That said, I do want to call this out in the Release notes too |
Issue #, if available: #125
Description of changes:
Checklist
Breaking change checklist
RFC issue #:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.