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

exporters: add otlplogfile exporter #5743

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Aug 27, 2024

  1. feat(open-telemetry#5408): add otlplogfile exporter

    This commit adds a new experimental exporter `otlplogfile`, that outputs log records to a JSON line file.
    It is based on the following specification: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/file-exporter.md
    
    Signed-off-by: thomasgouveia <[email protected]>
    thomasgouveia committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    89d1e79 View commit details
    Browse the repository at this point in the history
  2. docs(open-telemetry#5408): add example file

    Signed-off-by: thomasgouveia <[email protected]>
    thomasgouveia committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7dde8dc View commit details
    Browse the repository at this point in the history
  3. docs(open-telemetry#5408): update CHANGELOG

    Signed-off-by: thomasgouveia <[email protected]>
    thomasgouveia committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0f3e7c8 View commit details
    Browse the repository at this point in the history
  4. docs(open-telemetry#5408): update CHANGELOG

    Signed-off-by: thomasgouveia <[email protected]>
    thomasgouveia committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    37c4f5e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. chore: apply suggestions

    Co-authored-by: Damien Mathieu <[email protected]>
    thomasgouveia and dmathieu authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    cc10281 View commit details
    Browse the repository at this point in the history
  2. chore: apply suggestions

    Co-authored-by: Damien Mathieu <[email protected]>
    thomasgouveia and dmathieu authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    fc7212e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. feat(open-telemetry#5408): use stdout as default output

    Signed-off-by: thomasgouveia <[email protected]>
    thomasgouveia committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7244adc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:thomasgouveia/opentelemetry-go into…

    … f-add-otlplogfile-exporter
    thomasgouveia committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    100dc15 View commit details
    Browse the repository at this point in the history