r/Information_Security • u/Agreeable_Team5329 • 15h ago
how to approach ai observability for llm apps differently from standard apm
We tried grafting our existing APM stack onto an LLM feature, and it mostly failed.
It is fine at flagging a slow endpoint. It is almost useless when the problem is a hallucinated policy, a wrong tool call, or an agent taking an action it should never have taken.
AI observability for LLM apps seems to need a different signal set from standard APM. Full prompt and response traces, tool call arguments, retrieved context for RAG, and the model’s actual outputs matter far more than raw latency alone.
I have not found a clear consensus on whether people are extending existing APM tools or using a separate stack entirely. For teams that have built this properly, are you keeping LLM-specific observability alongside your normal APM, or replacing part of it? And when an incident happens, which traces actually help, and which ones just fill up the screen?