-
Notifications
You must be signed in to change notification settings - Fork 113
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(dm): updated the stats definition for the tracking plan service #2658
Conversation
@@ -614,18 +614,6 @@ class Prometheus { | |||
'k8_namespace', | |||
], | |||
}, | |||
{ | |||
name: 'user_transform_function_latency', |
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.
rudder-transformer/src/legacy/router.js
Line 631 in e7dbd2c
stats.timing('user_transform_function_latency', userFuncStartTime, { |
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.
It's legacy router and not used anymore. We plan to remove this file eventually.
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.
what about vpc customers? may be we won't support UTs for vpc customers right?
84083aa
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2658 +/- ##
=======================================
Coverage 86.89% 86.89%
=======================================
Files 604 604
Lines 28117 28117
Branches 6694 6694
=======================================
Hits 24431 24431
Misses 3353 3353
Partials 333 333
☔ View full report in Codecov by Sentry. |
Kudos, SonarCloud Quality Gate passed! |
Description of the change
As part of this hotfix, we are fixing the definition of couple of critical stats for tracking plan in the prometheus.js file to align with the stat fired from the service. The consequence of the issue is that we have critical P0 alerts which are not getting fired for the DM team.
Ticket: https://linear.app/rudderstack/issue/DAT-404/hotfix-for-the-user-transformer-service
Type of change
Related issues
Checklists
Development
Code review