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

OpenTelemetry Tracing #26

Open
wants to merge 76 commits into
base: master
Choose a base branch
from
Open

OpenTelemetry Tracing #26

wants to merge 76 commits into from

Commits on Nov 23, 2023

  1. initial commit

    aMahanna committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    806d206 View commit details
    Browse the repository at this point in the history
  2. fix pip install

    aMahanna committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    d0d66b7 View commit details
    Browse the repository at this point in the history
  3. fix pip install

    for real this time
    aMahanna committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    b2100a5 View commit details
    Browse the repository at this point in the history
  4. fix pip install

    again..
    aMahanna committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    f173fc6 View commit details
    Browse the repository at this point in the history
  5. parameterize otlp endpoint

    aMahanna committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    5734076 View commit details
    Browse the repository at this point in the history
  6. fix: otlp_endpoint param

    aMahanna committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    e778392 View commit details
    Browse the repository at this point in the history
  7. fix: span_exporters param

    aMahanna committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    82e0e3d View commit details
    Browse the repository at this point in the history
  8. cleanup

    aMahanna committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    123e6d6 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    aMahanna committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    4e2b3f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

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

Commits on Dec 3, 2023

  1. early exit for with_tracing

    aMahanna committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    d549251 View commit details
    Browse the repository at this point in the history
  2. cleanup tracer import

    aMahanna committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    eeb9a7a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. new: benchmark dir

    aMahanna committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    bba46cd View commit details
    Browse the repository at this point in the history
  2. cleanup tests

    aMahanna committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    68e68a3 View commit details
    Browse the repository at this point in the history
  3. Create benchmark.yml

    aMahanna committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c374534 View commit details
    Browse the repository at this point in the history
  4. Update .gitignore

    aMahanna committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    cde8808 View commit details
    Browse the repository at this point in the history
  5. Update benchmark.yml

    aMahanna committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    2f5c23a View commit details
    Browse the repository at this point in the history
  6. Update benchmark.yml

    aMahanna committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    bc89200 View commit details
    Browse the repository at this point in the history
  7. Update benchmark.yml

    aMahanna committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f0352c4 View commit details
    Browse the repository at this point in the history
  8. fix lint

    aMahanna committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    19dd073 View commit details
    Browse the repository at this point in the history
  9. cleanup

    aMahanna committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    261d224 View commit details
    Browse the repository at this point in the history
  10. Update benchmark.yml

    aMahanna committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    10b1d6c View commit details
    Browse the repository at this point in the history
  11. Update benchmark.yml

    aMahanna committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e08b111 View commit details
    Browse the repository at this point in the history
  12. Update benchmark.yml

    aMahanna committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    aff682e View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    eee8128 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83672c5 View commit details
    Browse the repository at this point in the history
  3. cleanup: benchmark

    aMahanna committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    9e2fa4c View commit details
    Browse the repository at this point in the history
  4. add retry dev dependency

    aMahanna committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    2e9151d View commit details
    Browse the repository at this point in the history
  5. fix: __set_adb_data

    aMahanna committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    3260723 View commit details
    Browse the repository at this point in the history
  6. fix: improvement

    aMahanna committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    bca1b1d View commit details
    Browse the repository at this point in the history
  7. update benchmark.yml

    aMahanna committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    c5cb4c0 View commit details
    Browse the repository at this point in the history
  8. cleanup: benchmark

    aMahanna committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    8382e8b View commit details
    Browse the repository at this point in the history
  9. install tracing dependencies in build.yml

    this should pass coverage
    aMahanna committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    0ed2071 View commit details
    Browse the repository at this point in the history
  10. pragma no cover

    aMahanna committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    de4a1a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. update master traces

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    78a88de View commit details
    Browse the repository at this point in the history
  2. update benchmark/write.py

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    f3e268a View commit details
    Browse the repository at this point in the history
  3. cleanup compare.py

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    38dd8ef View commit details
    Browse the repository at this point in the history
  4. tracing cleanup

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    a685637 View commit details
    Browse the repository at this point in the history
  5. cleanup tracing (again)

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    63ee345 View commit details
    Browse the repository at this point in the history
  6. fix compare.py

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    c81fbc5 View commit details
    Browse the repository at this point in the history
  7. new master traces

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    cf95b8a View commit details
    Browse the repository at this point in the history
  8. pragma no cover

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    b3eeb86 View commit details
    Browse the repository at this point in the history
  9. Update benchmark.yml

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    265c3b2 View commit details
    Browse the repository at this point in the history
  10. Update benchmark.yml

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    a856796 View commit details
    Browse the repository at this point in the history
  11. jq

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    ae3b12a View commit details
    Browse the repository at this point in the history
  12. Update benchmark.yml

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    2399b85 View commit details
    Browse the repository at this point in the history
  13. Update benchmark.yml

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    85a0865 View commit details
    Browse the repository at this point in the history
  14. Update benchmark.yml

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    cbb6392 View commit details
    Browse the repository at this point in the history
  15. Update benchmark.yml

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    fc6b149 View commit details
    Browse the repository at this point in the history
  16. fix typo

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    d2a46c3 View commit details
    Browse the repository at this point in the history
  17. Update benchmark.yml

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    42976c4 View commit details
    Browse the repository at this point in the history
  18. jq

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    ef6a746 View commit details
    Browse the repository at this point in the history
  19. Update benchmark.yml

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    12adb6e View commit details
    Browse the repository at this point in the history
  20. Update benchmark.yml

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    ced88ab View commit details
    Browse the repository at this point in the history
  21. Update benchmark.yml

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    a9d9249 View commit details
    Browse the repository at this point in the history
  22. fix double quotes

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    28629ef View commit details
    Browse the repository at this point in the history
  23. Update write.py

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    dc0e031 View commit details
    Browse the repository at this point in the history
  24. cleanup

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    17c4995 View commit details
    Browse the repository at this point in the history
  25. cleanup compare.py

    aMahanna committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    62efe15 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    bc50b6f View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. new: continue-on-error

    aMahanna committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3d0e3de View commit details
    Browse the repository at this point in the history
  2. fix: custom span names for @with_tracing decorator

    (private methods only)
    aMahanna committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    ddbd331 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. cleanup: __fetch_adb_docs

    aMahanna committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    704cbba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd3e06c View commit details
    Browse the repository at this point in the history
  3. regenerate "master" traces

    aMahanna committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    0744148 View commit details
    Browse the repository at this point in the history
  4. add README

    aMahanna committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    16ace5c View commit details
    Browse the repository at this point in the history
  5. fix benchmark assertions

    aMahanna committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    3f35755 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. fix start_as_current_span

    aMahanna committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    de16e8d View commit details
    Browse the repository at this point in the history
  2. fix: operationName

    related to de16e8d
    aMahanna committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    77b7a81 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. fix: edge_index

    ref: #31
    aMahanna committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    67378e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d325fd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36e33e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    91aed84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8a19b3 View commit details
    Browse the repository at this point in the history
  3. switch back to import_bulk

    aMahanna committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    7fb9f67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c67b70 View commit details
    Browse the repository at this point in the history