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

[PROF-4065] Rename extract_trace_resource to endpoint.collection.enabled #1702

Merged
merged 3 commits into from
Sep 29, 2021

Commits on Sep 28, 2021

  1. Rename extract_trace_resource setting to endpoint.collection.enabled

    This brings this setting in line with the other profilers. We don't
    expect to impact users, since this feature is not available in the UX.
    ivoanjo committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    cad0f88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ca77f2 View commit details
    Browse the repository at this point in the history
  3. Support DD_PROFILING_ENDPOINT_COLLECTION_ENABLED env variable

    This can be used as an alternative to setting the
    `settings.profiling.advanced.endpoint.collection.enabled` setting.
    
    The previous default is still kept: this feature is ENABLED by default.
    ivoanjo committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    b431891 View commit details
    Browse the repository at this point in the history