Giter Club home page Giter Club logo

Comments (2)

linear avatar linear commented on July 23, 2024

HIG-4649 Time unit sync

from highlight.

greptile-apps avatar greptile-apps commented on July 23, 2024

To synchronize time units across traces, sessions, and custom columns, consider the following steps based on the provided codebase insights:

  1. Traces Duration (ns): Utilize getTraceDurationString from /frontend/src/pages/Traces/utils.ts to convert nanoseconds to a human-readable format. This function can serve as a base for standardizing time units across the application.

  2. Sessions Active Length (ms): Since session lengths are in milliseconds, create a utility function similar to humanizeDuration in /frontend/src/pages/Traces/utils.ts for converting milliseconds to a standardized format that matches the one used for traces.

  3. Custom Columns: For custom columns that involve time units, ensure they use the same human-readable format. If custom columns can contain time-based data, implement a function to detect the unit (ns or ms) and convert it to the standardized format decided upon (e.g., always converting to milliseconds or to a human-readable string).

  4. Implementation: Implement these utility functions in a shared utility file accessible by both frontend and backend services to ensure consistency. For backend processing, similar logic can be applied as in sessionInsights/utils/utils.go for session data handling.

  5. Frontend Display: Ensure that all frontend components displaying time-related information use these utility functions to present data in a consistent format.

By standardizing the time unit representation across the application, searching and labeling accuracy will be improved. This approach requires modifications in both frontend and backend code to ensure a unified handling of time units.

References

/backend/private-graph/graph/model/models_gen.go
/frontend/src/pages/Traces/utils.ts
/backend/lambda-functions/sessionInsights/utils/utils.go
/__generated/rr/rrweb/rr.js

Ask Greptile

from highlight.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.