Use OpenTelemetry instrumentation for debugging
open instance on http://localhost:16686/search
in the browser.
By default, Phoenix runs on port 6006. You can either map this to the standard OTLP port 4318 or update the OTEL_EXPORTER_OTLP_ENDPOINT
to point to the correct port.
open instance on http://localhost:4318/projects
in the browser.
Jaeger
.
uv
. See the uv
primer for more details.agent.py
, telemetry.py
and client.py
files:
configure_telemetry=True
in the server.run
function of the agent.py file.
http://localhost:16686/search
in your browser, select acp-client in the Service
input on the left menu and click on the Find Traces
button.
You should see your first trace. When you click on the trace, you should see the following details:
Phoenix
.
agent.py
, telemetry.py
and client.py
files:
LangChainInstrumentor().instrument()
line when we turn on the LangChain instrumentation (LangGraph included) in the agent.py file.
http://localhost:4318/projects
in your browser and choose the default project.
You should see your first trace called session
. When you click on the trace, you should see these details: