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

profiler, ddtrace/tracer: enable code hotspots & endpoints by default with 100% CPU profiling #1169

Merged
merged 6 commits into from Feb 24, 2022

Commits on Feb 15, 2022

  1. profiler: set default CPU profiling interval to match duration

    After testing this default on many high-volume internal workloads, we've
    determined this default is safe for production. It's also important for
    the code hotspots feature to be able to associated as many traces as
    possible with profiling data.
    nsrip-dd committed Feb 15, 2022
    Copy the full SHA
    4ad8f3f View commit details
    Browse the repository at this point in the history
  2. ddtrace/tracer: enable code hotspots & endpoints by default

    After testing the feature internally on several high-volume workloads,
    we've determined this feature can be safely enabled by default for
    production workloads.
    nsrip-dd committed Feb 15, 2022
    Copy the full SHA
    fd5a429 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b53a785 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Copy the full SHA
    c01627d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Copy the full SHA
    df3cc74 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Copy the full SHA
    6e19e3f View commit details
    Browse the repository at this point in the history