Adrian Cole
Adrian Cole
**Is your feature request related to a problem? Please describe.** Right now, our MCP propagation handles client to server propagation of span IDs, which allows MCP client activity to be...
**Is your feature request related to a problem? Please describe.** I notice people using KEY_FILE_HANDLER.write_key directly to write .deepeval inside of programs to assign config. **Describe the solution you'd like**...
### Description If I run this code with the correct ENV variables, it sends to logfire, but also has an error like this: ``` Tracing client error 401: { "error":...
A lot of genai instrumentation define their own conventions, and they can have long span names. This results in span names being truncated If you look carefully, there is space...
I tried @YunosukeY example below and it reliably shows client and server as if they are separate traces, but if you look at the trace IDs they are the same:...
https://github.com/ymtdzzz/otel-tui/issues/128 introduced service topology of instrumented nodes. One issue with this is that an application that makes calls to remote services such as database and LLMs show up as a...
when envoy isn't configured properly and health checks are on, you'll get a bunch of traces you never want to see that have values like this: ``` http.url: https://arch_prompt_gateway_listener/healthz ```...
I have a hard time seeing the log data due to screen displacement. * I expect in the trace view, there will be no difference between the current trace ID...
### 🚀 Describe the new functionality needed Let's support the following two variables for the OTLP endpoint when generating configuration, instead of generating a constant. ``` OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318 OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf ``` The...
### 🚀 Describe the new functionality needed I noticed the change for https://github.com/meta-llama/llama-stack/pull/2153 is tagged [v0.2.8rc1](https://github.com/meta-llama/llama-stack/releases/tag/v0.2.8rc1). I would like to use this in docker, e.g. llamastack/distribution-ollama:0.2.8rc1 ### 💡 Why is...