-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Trace:Details Update column names #10609
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
Signed-off-by: Jessica Lew <jessrlew@amazon.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #10609 +/- ##
=======================================
Coverage 60.26% 60.26%
=======================================
Files 4386 4386
Lines 116884 116894 +10
Branches 19056 19057 +1
=======================================
+ Hits 70441 70450 +9
Misses 41578 41578
- Partials 4865 4866 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Jessica Lew <jessrlew@amazon.com>
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, tested locally against data-prepper schema
Temp fix for column name on specific schema.
Does not convert all data-prepper field names ie (serviceName and durationInNanos) but this is not blocking as field-mapping fix is required to cover all schemes.
* update column names Signed-off-by: Jessica Lew <jessrlew@amazon.com> * Changeset file for PR opensearch-project#10609 created/updated * fix attributes.service.name column name Signed-off-by: Jessica Lew <jessrlew@amazon.com> --------- Signed-off-by: Jessica Lew <jessrlew@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> Signed-off-by: Nathan Yang <yanatha@amazon.com>
Description
Use human readable column names for the discover traces table
Issues Resolved
Screenshot
Before:

After:

Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration