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 current tracing context detection and exec propagation #2163

Merged
merged 8 commits into from
Jul 2, 2021

Commits on Jun 21, 2021

  1. add current tracing context detection and exec propagation

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    (cherry picked from commit bc9a83144c83e9fd78007b7bfe92e8082c59d40e)
    tonistiigi committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    69a8caa View commit details
    Browse the repository at this point in the history
  2. add transform package to convert from otlp

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    723ea57 View commit details
    Browse the repository at this point in the history
  3. tracing: add delegated exporter

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    b873f0b View commit details
    Browse the repository at this point in the history
  4. otlgrpc: provide a way to get otlp client from grpc conn

    Hopefully this can be removed with a future upstream change
    that could make this configurable. The package also needs
    internal dependency that is copied in.
    
    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    750f9af View commit details
    Browse the repository at this point in the history
  5. enable collecting traces via control api

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    d8fc4e1 View commit details
    Browse the repository at this point in the history
  6. support collecting traces from llb.Exec

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    d512920 View commit details
    Browse the repository at this point in the history
  7. client: pass delegated exporter as parameter

    Avoid client package having dependency on global detect package.
    
    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    14d606c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. handle unconfigured spans without errors

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    1d0597e View commit details
    Browse the repository at this point in the history