Adrian Cole

Results 419 issues of Adrian Cole

**Expected Behavior** I would like to use `CommandLineRunner` with an MCP stdio server without thinking about it and without a hang. **Current Behavior** Currently, if I use an MCP stdio...

MCP

## Title OPENAI_BASE_URL is the new canonical ENV variable. This change supports that primarily while still retaining support for OPENAI_API_BASE for transition. ## Relevant issues Fixes #7829 ## Pre-Submission checklist...

Right now, if you run phoenix in a terminal and stop it (via ctrl-c) you get a scary message and non-zero exit status (130) like this: ``` Traceback (most recent...

size:XS

### Is your feature request related to a problem? Please describe. I have instrumentation that sends logs, metrics and traces. Phoenix currently only accepts traces on its HTTP port 6006....

enhancement
c/metrics

### Is your feature request related to a problem? Please describe. Most example code I have use the following OLTP configuration ``` OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318 OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf ``` Right now, if Phoenix supports...

enhancement

This removes the override for flush bytes as interestingly the apm-server one applied to compressed data This also removes the apm-server anecdote replacing it with a valid purpose here. Example...

When we refactored chatbot-rag-app, we started with local ENV. That said, many folks use ES cloud. We should add support in code and env.example for ES cloud connections, including opentelemetry...

This documents the convention of using the request parameter key `_meta` to hold metadata for use in trace identifiers or correlation IDs. For example, if using [w3c trace-context propagation](https://www.w3.org/TR/trace-context/#relationship-between-the-headers) (commonly...

**Describe the bug** Right now, if you use beeai instrumentation, you'll notice it creates spans mapped to events. For example, instead of a single span for a completion, you get...

bug