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

ddtrace/tracer: updated DD_TAGS parsing to support space separation #837

Merged
merged 4 commits into from
Feb 10, 2021

Commits on Feb 8, 2021

  1. Updated DD_TAGS parsing to support space separation

    DD_TAGS were split by commas only. Unless there is a comma in a string, tag list will be split by spaces. In either case, commas/spaces will be trimmed.
    dianashevchenko committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    3e5d92a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    2d3abc4 View commit details
    Browse the repository at this point in the history
  2. {tracer,profiler}: refactored DD_TAGS parsing

    Refactored parsing tests, removed comma trimming in the profiler/options.go.
    dianashevchenko committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    ff728b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

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