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

WIP: Add datadog APM support #115

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 5, 2018

  1. 🐛(deploy) remove BCs created during a deployment

    When Arnold clean a running stack labelled with a given
    deployment_stamp, we also need to remove created BuildConfigs.
    jmaupetit committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    48ab357 View commit details
    Browse the repository at this point in the history
  2. ✨(build) add variables to enable APM

    APM layer must be enabled or disabled given particular env_types or
    customers. This can be achieved through the is_apm_enabled
    configuration. BuildConfigs for apps should use this variable to
    conditionally activate this feature during the build.
    jmaupetit committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    945b675 View commit details
    Browse the repository at this point in the history
  3. ✨(richie) enable datadog APM

    Enabling datadog APM can be summed as:
    
    * installing datadog agent
    * wrap the original command with the agent
    * add configs (env vars) + secrets
    jmaupetit committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    bf5c135 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60fc2a9 View commit details
    Browse the repository at this point in the history