|
Posted
10 days
ago
LLM observability is the practice of recording what an LLM application actually did on every request - the prompt, the response, the tool calls, the tokens - so any single run can be reconstructed afterwards. Technically it's distributed tracing.
|
|
Posted
24 days
ago
The OpenTelemetry GenAI semantic conventions let you trace an LLM agent the same way you trace the rest of your stack. A hands-on guide: zero-code auto-instrumentation, manual agent and tool spans, token usage and cost, opt-in prompt capture
|
|
Posted
about 2 months
ago
LLM monitoring and observability is billed at one premium AI rate, but agentic apps emit mixed traces: heavy LLM spans interleaved with just as many ordinary ones - HTTP, DB, queues, infra. So your observability cost grows with the number of agents
|
|
Posted
2 months
ago
Yes - you can run observability ingestion on S3 alone, with no stateful layer to operate: no Kafka, no local disks, no coordination service. We replaced an Apache Kafka + Flink + OTel pipeline (~$700–800/month at 10 MB/s) with one engine where the
|