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

[CIVIS-8333] improvements for manual tracing API #108

Merged
merged 10 commits into from
Jan 18, 2024

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    4468600 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4c227c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f314beb View commit details
    Browse the repository at this point in the history
  4. raise when Datadog::CI.trace is used to trace span types that are res…

    …erved for CI visibility
    anmarchenko committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    f23ace0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbaaa45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cff5bb1 View commit details
    Browse the repository at this point in the history
  7. remove deactivation methods from Datadog::CI, call them on Recorder d…

    …irectly to avoid exposing via public API
    anmarchenko committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b954c9b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    20918ba View commit details
    Browse the repository at this point in the history
  2. remove NullSpan and get rid of NullObject completely because it inter…

    …fered with class hierarchy (see #set_parameters method - now it can be moved down to Datadog::CI::Test model)
    anmarchenko committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    9e9410e View commit details
    Browse the repository at this point in the history
  3. minor docs fix

    anmarchenko committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c89c711 View commit details
    Browse the repository at this point in the history