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

autoexport: Add support for console exporters #4486

Merged

Commits on Nov 1, 2023

  1. support console key in trace/metric exporter env var config

    This adds support for the standard output exporter for traces and metrics. To remain consistent with other implementations, i used the key `console` as the identifier for the exporter. This change is related to the specification pull request open-telemetry/opentelemetry-specification#3742
    
    Signed-off-by: Alex Boten <aboten@lightstep.com>
    Alex Boten committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    0eca1c9 View commit details
    Browse the repository at this point in the history
  2. update changelog

    Signed-off-by: Alex Boten <aboten@lightstep.com>
    Alex Boten committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    a915a98 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Robert Pająk <pellared@hotmail.com>
    2 people authored and Alex Boten committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    df4f253 View commit details
    Browse the repository at this point in the history
  4. add cleanup to test

    Signed-off-by: Alex Boten <aboten@lightstep.com>
    Alex Boten committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    7e05cf5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    221b288 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    37a4249 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    pellared committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    00570c2 View commit details
    Browse the repository at this point in the history