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 Beholder sdk #694

Merged
merged 53 commits into from
Aug 27, 2024
Merged

Add Beholder sdk #694

merged 53 commits into from
Aug 27, 2024

Commits on Aug 12, 2024

  1. Add Beholder sdk

    cll-gg authored and pkcll committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    53d9e40 View commit details
    Browse the repository at this point in the history
  2. Beholder: update comment

    pkcll committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    d2b8e22 View commit details
    Browse the repository at this point in the history
  3. Beholder: rename variable

    pkcll committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5450f88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10707bd View commit details
    Browse the repository at this point in the history
  5. Beholder: export OtelClient struct

    - make otelClient struct exportable
    - export fields, remove getters
    - remove Client interface
    pkcll committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    656550b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43b5945 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Beholder: extract logic to set OTel globals from OtelClient constructor

    - add new SetGlobals method
    - refactor Close method
    - add provider fields
    pkcll committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    14b67f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec50c05 View commit details
    Browse the repository at this point in the history
  3. Beholder: fix test

    pkcll committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    c29bb1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ace292d View commit details
    Browse the repository at this point in the history
  5. Fix test

    pkcll committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    de71480 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8f6c6f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15d4beb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b99d439 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b80e230 View commit details
    Browse the repository at this point in the history
  10. Beholder: use tests.Context(t)

    pkcll committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    96027a3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    84357e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Beholder: update global.Emit

    pkcll committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    160a7d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e48eaed View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Beholder: update example_test

    pkcll committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    51a50c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b69b21e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1392fd2 View commit details
    Browse the repository at this point in the history
  4. Rename config field

    Co-authored-by: Jordan Krage <[email protected]>
    pkcll and jmank88 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    edb1e11 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    bdc0025 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e3f587 View commit details
    Browse the repository at this point in the history
  3. Beholder: remove SdkOtelRecord

    pkcll committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    cd6f5a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adcbefa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0a857a View commit details
    Browse the repository at this point in the history
  6. Beholder: fix typos

    pkcll committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    2e9c6c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    c8e8291 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faa61c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    04607fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e80921 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99140c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Beholder: add example when beholder client is not initialized and noo…

    …p client is used as a fallback
    pkcll committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7154f0d View commit details
    Browse the repository at this point in the history
  2. update go.mod

    pkcll committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    87e46ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11c86c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    555b582 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    e749bb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1582cc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebf2a1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ebb5fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7785057 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26c09d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8cd246d View commit details
    Browse the repository at this point in the history
  8. Fix test

    pkcll committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f2b74d4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d12d2c View commit details
    Browse the repository at this point in the history
  10. go mod tidy

    pkcll committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    fc72e2e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    64f6e21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa6cec4 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    3504324 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2187c01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18e86d0 View commit details
    Browse the repository at this point in the history