openllmetry-js
openllmetry-js copied to clipboard
Sister project to OpenLLMetry, but in Typescript. Open-source observability for your LLM application, based on OpenTelemetry
Bumps [supports-color](https://github.com/chalk/supports-color) from 8.1.1 to 10.0.0. Release notes Sourced from supports-color's releases. v10.0.0 Breaking Require Node.js 18 c214314 Improvements Update CIRCLECI environments to return level 3 color support (#157) 89a52f4...
Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.2 to 11.1.0. Release notes Sourced from mocha's releases. v11.1.0 11.1.0 (2025-01-02) 🌟 Features bump yargs to 17 (#5165) (8f1c8d8) v11.0.2 11.0.2 (2024-12-09) 🩹 Fixes catch exceptions...
Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.2 to 11.1.0. Release notes Sourced from mocha's releases. v11.1.0 11.1.0 (2025-01-02) 🌟 Features bump yargs to 17 (#5165) (8f1c8d8) v11.0.2 11.0.2 (2024-12-09) 🩹 Fixes catch exceptions...
chore(deps-dev): bump @azure/openai from 1.0.0-beta.13 to 2.0.0 in /packages/instrumentation-azure
Bumps [@azure/openai](https://github.com/Azure/azure-sdk-for-js) from 1.0.0-beta.13 to 2.0.0. Commits bba475f Merge ef6b0d2fcc935cb2ac5973fc1fd6453f9e78bb30 into 1c943b7e6ec217de70df87428... ef6b0d2 [OpenAI] Fix samples links 1c943b7 chore(playwrighttesting): add useCloudHostedBrowser option in service config ... f1ad6e1 Post release automated...
Bumps [@azure/openai](https://github.com/Azure/azure-sdk-for-js) from 1.0.0-beta.13 to 2.0.0. Commits bba475f Merge ef6b0d2fcc935cb2ac5973fc1fd6453f9e78bb30 into 1c943b7e6ec217de70df87428... ef6b0d2 [OpenAI] Fix samples links 1c943b7 chore(playwrighttesting): add useCloudHostedBrowser option in service config ... f1ad6e1 Post release automated...
Somewhat similar to what I did here: https://github.com/traceloop/openllmetry/pull/2175/files#diff-fe0c3dd92398a0c6bbd928f23f57b3a35ad415b6a24a0d110f220b16f3258722 I am not sure it is that simple in TS, but I am willing to submit a PR!
Request to add support for monitoring and tracing the LangGraph framework. This will enable tracking key performance metrics, troubleshooting issues more effectively, and improving overall system observability when integrating LangGraph-based...
**Description:** We're experiencing a regression with instrumentation in the recent LlamaIndex v0.8.4. The following example provided by LlamaIndex does not work with our current setup: [Agent Example](https://legacy.ts.llamaindex.ai/examples/agent). **Steps to Reproduce:**...
Title: Enable Automatic Instrumentation for LangChain in OpenLLMetry-JS ## Description: Currently, users of openllmetry-js are required to perform manual instrumentation when tracing LangChain applications. This is documented in our [JS...