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

[MLOB-1524] feat(llmobs): introduce LLM Observability SDK #4742

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Sep 18, 2024

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

Commits on Sep 25, 2024

  1. [MLOB-1555] LLM Observability writers (#4699)

    LLM Observability writers
    sabrenner authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5b215f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. [MLOB-1556] LLM Observability tagger (#4718)

    LLM Observability tagger
    sabrenner authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    feeeb89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bddfa3d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. [MLOB-1560] LLMObs Span Processor (#4738)

    * span processor
    
    * tests
    
    * remove agent exporter log and do not stringify tags
    
    * remove llmobs from exporter tests
    
    * add in default unserializable value
    
    * review comments
    
    * warning log for metric
    
    * todo-ify
    
    * remove some duplicate logic
    
    * decouple llmobs span processing with a channel
    
    * use a static weakmap to store llmobs tags/annotations instead of span tags
    
    * do not register span in map if it does not have an llmobs span kind
    
    * span is passed on an object from sp publisher
    
    * re-clarify TODOs
    
    * only send span in publish
    
    * log multiple warnings and return conditional undefined
    
    * update error logic
    sabrenner authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    38225ed View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    7ba7ab8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6452ad View commit details
    Browse the repository at this point in the history