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: add profiler package #598

Merged
merged 8 commits into from
Feb 25, 2020
Merged

profiler: add profiler package #598

merged 8 commits into from
Feb 25, 2020

Commits on Feb 21, 2020

  1. profiler: copy over profiler package

    This change simply copies over the private Go profiler into the
    `profiler` package of `dd-trace-go`.
    gbbr committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    502e470 View commit details
    Browse the repository at this point in the history
  2. profiler: remove custom logger and use shared one

    This change removes the option of adding a custom logger and instead
    uses the already existing logger from dd-trace-go which will prefix
    messages with `Datadog Tracer %version%: %message%`
    gbbr committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    19eca52 View commit details
    Browse the repository at this point in the history
  3. profiler: remove all environment variables

    This change temporarily removes environment variables until we decide
    for a standardized naming.
    gbbr committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    9c07bb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96ee23d View commit details
    Browse the repository at this point in the history
  5. profiler: remove WithHostname

    gbbr committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    d12f0ad View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    9c02932 View commit details
    Browse the repository at this point in the history
  2. profiler: add example

    gbbr committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    9f381b9 View commit details
    Browse the repository at this point in the history
  3. profiler: add WithService

    This change adds `WithService` to the tracer as an alias for
    `WithServiceName` which now becomes marked as deprecated. It also
    renames `WithServiceName` to `WithService` in the `profiler` package.
    
    Additionally, these are added to the example, along with the version
    tag.
    gbbr committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    2eb7e00 View commit details
    Browse the repository at this point in the history