Nir Gazit
Nir Gazit
### Which component is this feature for? LlamaIndex Instrumentation ### 🔖 Feature description Right now, we monkey-patch classes and methods in LlamaIndex which requires endless work and constant maintenance. LlamaIndex...
### Which component is this bug for? All Packages ### 📜 Description If an HTTP error is returned from a foundation model API, we don't properly log it as a...
### Which component is this feature for? All Packages ### 🔖 Feature description Add support for instrumenting calls to [runpod.ai](https://www.runpod.io/) ### 🎤 Why is this feature needed ? Complete our...
### Which component is this feature for? Anthropic Instrumentation ### 🔖 Feature description Anthropic released support for calling tools with Claude: https://docs.anthropic.com/claude/docs/tool-use We should support adding this to spans, similar...
### Which component is this feature for? OpenAI Instrumentation ### 🔖 Feature description Azure OpenAI has an option to [filter inappropriate content](https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/content-filter?tabs=warning%2Cpython-new), which returns a slightly different response. While #854...
### Which component is this feature for? All Packages ### 🔖 Feature description As the instrumentations grew, there are some semantic conventions that should be extracted out of the individual...
- [ ] I have added tests that cover my changes. - [ ] If adding a new instrumentation or changing an existing one, I've added screenshots from some observability...
### Which component is this feature for? All Packages ### 🔖 Feature description Some values, like token usage, are better reported (also) as [otel metrics](https://opentelemetry.io/docs/specs/otel/metrics/). We should update all instrumentations...
### Which component is this feature for? Traceloop SDK ### 🔖 Feature description Add a setting called `trace_content` (which will default to `true`) and will control whether all the instrumentations...
- [ ] I have added tests that cover my changes. - [ ] If adding a new instrumentation or changing an existing one, I've added screenshots from some observability...