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

feat: Add OTLP handler to send events using OpenTelemetry #290

Merged
merged 19 commits into from
Oct 23, 2023

Commits on Oct 16, 2023

  1. update libhoney handler

    MikeGoldsmith committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    e38f126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7abbd9 View commit details
    Browse the repository at this point in the history
  3. wip add otel handler

    MikeGoldsmith committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d5358e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    de945f2 View commit details
    Browse the repository at this point in the history
  2. add otel handler

    MikeGoldsmith committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    7912d45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd7f7d7 View commit details
    Browse the repository at this point in the history
  4. tweaks

    MikeGoldsmith committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    13447e7 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' of github.com:honeycombio/honeycomb-ebpf-agent in…

    …to mike/otel
    
    # Conflicts:
    #	smoke-tests/deployment.yaml
    MikeGoldsmith committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    68f53ed View commit details
    Browse the repository at this point in the history
  6. disable otels for now

    MikeGoldsmith committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    a02b778 View commit details
    Browse the repository at this point in the history
  7. dont set sdk attrs

    MikeGoldsmith committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    c18c760 View commit details
    Browse the repository at this point in the history
  8. remove log in maing.go

    MikeGoldsmith committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    19f52c8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    30b5da2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. don't set dataset header

    Co-authored-by: Jamie Danielson <jamiedanielson@honeycomb.io>
    MikeGoldsmith and JamieDanielson authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    b75deb4 View commit details
    Browse the repository at this point in the history
  2. add more default meta fields

    Co-authored-by: Jamie Danielson <jamiedanielson@honeycomb.io>
    MikeGoldsmith and JamieDanielson authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    5f58814 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5b6f85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7c5bb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cc7c6c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. use response

    Co-authored-by: Jamie Danielson <jamiedanielson@honeycomb.io>
    MikeGoldsmith and JamieDanielson authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    bed2f27 View commit details
    Browse the repository at this point in the history
  2. Follow OTel semantic conventions when converting headers (#295)

    ## Which problem is this PR solving?
    More closely follows sem conv when handing headers in the otel handler.
    
    ---------
    
    Co-authored-by: JamieDanielson <jamieedanielson@gmail.com>
    MikeGoldsmith and JamieDanielson authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b4bbf2d View commit details
    Browse the repository at this point in the history