Large Language Models (LLMs) are really popular right now, especially considering the wide range of applications that they have from simple chatbots to Copilot bots that are helping software engineers write code. Seeing the growing use of LLMs in production, it’s important for users to learn how to understand and monitor how these models behave. In the following example, we’ll use Prometheus and Jaeger as the target backend for metrics and traces generated by an auto-instrumentation LLM m...