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

[8.0] Include tracing information in the Kibana logs (#112973) #118604

Merged
merged 1 commit into from
Nov 15, 2021

Commits on Nov 15, 2021

  1. Include tracing information in the Kibana logs (elastic#112973)

    * change APM nodejs agent default
    
    By default APM agent instruments the code to be a base for log correlation. But it doesn't send transactions to the APM server.
    
    * emit trace IDs into the logs
    
    * use ELASTIC_APM_DISABLE_SEND to keep APM agent active but disable send when necessary
    
    * send data whenver active is set to "true"
    
    * update tests
    
    * keep APM agent active. control disableSend instead
    
    * update snapshot tests
    
    * add debug logging
    
    * REMOVE me. log path to the agent
    
    * init APM agent explicitly in test plugin. it uses another package instance
    
    * REMOVE me. create transaction explicitly
    
    * increase timeout setting for the test
    
    * refactor tests
    
    * remove debug logs
    
    * remove explicit transaction creation
    
    * Revert "remove explicit transaction creation"
    
    This reverts commit cdf2d30.
    
    * point to apm nodejs agent commit temporary until a new version is released
    
    * migrate from disableSend to contextPropagationOnly
    
    * TO DISCUSS. what if we enforce contextPropagationOnly to be configured when active is defined
    
    * Revert "TO DISCUSS. what if we enforce contextPropagationOnly to be configured when active is defined"
    
    This reverts commit 62dda4f.
    
    * bump to version with fix
    
    * commit using @elastic.co
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Mikhail Shustov and kibanamachine committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    498196f View commit details
    Browse the repository at this point in the history