-
Notifications
You must be signed in to change notification settings - Fork 25
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
[Feat][DEVX-364] Record Custom Metric (Response Time) #861
base: master
Are you sure you want to change the base?
Conversation
- record and send custom metrics to respective APMs
🦋 Changeset detectedLatest commit: 6e60c49 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
- fix tests for old (legacy) apm middleware
e834325
to
5f7d9bb
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #861 +/- ##
=======================================
Coverage 93.07% 93.07%
=======================================
Files 25 25
Lines 289 289
Branches 14 14
=======================================
Hits 269 269
Misses 20 20
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
- improve typescript types for ts-sdk-apm package - add more custom metric example snippets to example directory - add tests to validate functionality
- add release changeset
b63f0b8
to
8fb70b5
Compare
- add node-fetch dependency to apm package
Summary
Record custom metrics (request-response time)
Completed Tasks