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

Add beeline-style propagation of the cmd context to called commands #74

Merged
merged 1 commit into from
Dec 17, 2020

Commits on Dec 9, 2020

  1. Add beeline-style propagation of the cmd context to called commands

    When using something like https://github.com/puppetlabs/rspec_honeycomb_formatter , it would be nice to connect the individual spans to the bigger picture of the buildevent steps and commands. This change uses the beeline's `PropagationContext` marshaling to pass on the current event to the called command.
    
    In the style of the rest of the HONEYCOMB_* environment variables and the similarily named `X-Honeycomb-Trace` HTTP header, this establishes `HONEYCOMB_TRACE` to pass the propagation context to other processes.
    DavidS committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    7c0838d View commit details
    Browse the repository at this point in the history