Quick start with Langfuse
Create a Langfuse project
Sign up at langfuse.com and create a project. Note the public key, secret key, and host URL.
Quick start with Grafana / Tempo
What is traced
| Span | Description |
|---|---|
gateway.request | Top-level span for each incoming message |
llm.complete | LLM API call — model, token counts, latency |
hook.dispatch | Each hook invocation with name and duration |
tool.call | Agent tool calls |
channel.send | Outbound message delivery |
Prometheus metrics
Whendiagnostics.enabled: true, a /metrics endpoint is exposed in Prometheus format.
| Metric | Description |
|---|---|
wednesdayai_requests_total | Total requests by channel and status |
wednesdayai_llm_tokens_total | LLM tokens consumed by model |
wednesdayai_llm_latency_ms | LLM request latency histogram |
wednesdayai_active_sessions | Currently active sessions |