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

[WIP] Add Initial Support for Instrumenting OpenAI Python Library - Chat Completion Create #2759

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

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    c7b3c97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52a5f07 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Merge branch 'main' of github.com:Scale3-Labs/opentelemetry-python-co…

    …ntrib into openai-opentelemetry
    alizenhom committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6383978 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    e1bca1a View commit details
    Browse the repository at this point in the history
  2. fix wrong patch.py import

    alizenhom committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    94c10f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb97ec9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e15d443 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. addressing comments:

    1. clean up prompt calculations to be deduced from last streaming chunk
    2. save correct span name
    3. remove recording exceptions and setting status to ok
    4. remove saving stream chunks in events
    alizenhom committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    1efdfcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    892d388 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

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

Commits on Aug 15, 2024

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

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    df3fc62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d04edad View commit details
    Browse the repository at this point in the history
  3. Merge branch 'openai-opentelemetry' of github.com:Scale3-Labs/opentel…

    …emetry-python-contrib into openai-opentelemetry
    alizenhom committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b8dde6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec3c320 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    706c6f2 View commit details
    Browse the repository at this point in the history
  2. change openai package name

    alizenhom committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    71aaeb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8495a24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    885b7fd View commit details
    Browse the repository at this point in the history
  5. run tox -e generate

    alizenhom committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    6ac04cb View commit details
    Browse the repository at this point in the history
  6. run linter

    alizenhom committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    42370a7 View commit details
    Browse the repository at this point in the history
  7. run tox -e generate

    alizenhom committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c5ef8c3 View commit details
    Browse the repository at this point in the history
  8. add changelog

    alizenhom committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d52460e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. test requirments + tox ini

    alizenhom committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    452d41a View commit details
    Browse the repository at this point in the history