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

feat: disableSend boolean config option to work, but not communicate with APM server #2127

Merged
merged 8 commits into from
Jun 29, 2021

Commits on Jun 28, 2021

  1. feat: disableSend boolean config option to work, but not communicate …

    …with APM server
    
    Env var is ELASTIC_APM_DISABLE_SEND. Default is false. This feature is
    useful to use the APM agent for async context tracking, distributed
    tracing context propagation, and/or log enrichment with trace.id. When
    disableSend=true, attempts are made to limit unnecessary processing
    (like calculating metrics, encoding stacktraces, etc.).
    
    This is the same as the "disable_send" option in some of the other APM agents.
    trentm committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    bec4378 View commit details
    Browse the repository at this point in the history
  2. testing for disableSend=true

    trentm committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    dfcb273 View commit details
    Browse the repository at this point in the history
  3. just the one log.trace for skipping transaction

    That should suffice to give debugging hint why data isn't being sent and
    limit log.trace noise sufficiently.
    trentm committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    f3e963d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c820e7a View commit details
    Browse the repository at this point in the history
  5. typings update

    trentm committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    426f3f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42bdd0e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    3341137 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    549392b View commit details
    Browse the repository at this point in the history