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

Upgrade datadog integration #708

Merged
merged 5 commits into from
Mar 1, 2024
Merged

Commits on Feb 27, 2024

  1. Add mx9 integration test for DD

    pappachino authored and Sijo Kolenchery committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    400f8d9 View commit details
    Browse the repository at this point in the history
  2. Upgrade DD-CF-buildpack from 4.33.0 -> 4.37.0

    - Install ruby as a dependency and add it the PATH envvar
    - Drop an empty .global_env file to the DATADOG_DIR
    pappachino authored and Sijo Kolenchery committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    0b36f2c View commit details
    Browse the repository at this point in the history
  3. Patch create_logs_config_script

    - This patch resolves a race condition between checking for existence of
        $DATADOG_DIR/dist/conf.d/logs.d directory and creating it.
    - This is required to appropriately set the LOGS_CONFIG to fetch logs from
        the port associated with the runtime logging subscriber
    
    Update DATADOG_DIR path
    
    Keep the DATADOG_DIR in parity with what dd-cf-buildpack assumes in most
        scripts, which is `/home/vcap/app/.datadog`
    pappachino authored and Sijo Kolenchery committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    4306a43 View commit details
    Browse the repository at this point in the history
  4. Upgrade dd-trace agent for java

    Bump from 0.101.0 -> 1.27.0
    pappachino authored and Sijo Kolenchery committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    70f808c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    baf3bc2 View commit details
    Browse the repository at this point in the history