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

[service] add logger provider configuration support #10544

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Sep 19, 2024

  1. [service] add logger provider configuration support

    This allows us to use the otel-go/config package to support configuring external destinations
    for logs. I'm putting this in draft to gather community feedback on whether this is a desirable
    feature for the collector.
    
    Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
    codeboten committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0423121 View commit details
    Browse the repository at this point in the history
  2. check if there's processors

    Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
    codeboten committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e3e8351 View commit details
    Browse the repository at this point in the history
  3. tidy

    Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
    codeboten committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d0e3509 View commit details
    Browse the repository at this point in the history
  4. more tidy

    Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
    codeboten committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    debbcf8 View commit details
    Browse the repository at this point in the history
  5. more tidy

    Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
    codeboten committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e774362 View commit details
    Browse the repository at this point in the history
  6. update name

    Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
    codeboten committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e2e6789 View commit details
    Browse the repository at this point in the history
  7. add changelog

    Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
    codeboten committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3ad3a90 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8695a6d View commit details
    Browse the repository at this point in the history
  9. fix lint

    Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
    codeboten committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    44aa182 View commit details
    Browse the repository at this point in the history