Skip to content
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

TraceEvent: expose timestamps in UTC format #1740

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 31, 2022

  1. TraceEvent: expose timestamps in UTC format

    Under heavy system load (10K+ events per second), timezone
    conversion accounts for the vast majority of time when
    reading the timestamp. In case the client does not need
    local time, this new property saves a considerable amount of time.
    
    Signed-off-by: Vitaly Chipounov <vitaly@cyberhaven.com>
    vitaly-cyberhaven committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    299e1af View commit details
    Browse the repository at this point in the history