chore: Add README.md files

This commit is contained in:
Roque Caballero 2025-03-28 17:36:22 +01:00
commit 4ceec902a3
Signed by: roque.caballero
SSH key fingerprint: SHA256:+oco2mi9KAXp5fmBGQyUMk3bBo0scA4b8sL7Gf2pEwo
155 changed files with 19124 additions and 0 deletions

17
demo-09/README.md Normal file
View file

@ -0,0 +1,17 @@
Demo 09 - Observability
===============================================
The 3 main pillars of observability are logging, tracing, and metrics.
# Logging
To ensure that our LLM interactions are monitored and logged, we need to implement logging in our application.
# Metrics
Its also important to gain insight into the performance and behavior of our application. Using these metrics,
we can create meaningful graphs, dashboards and alerts.
# Tracing
Tracing is another important aspect of observability. It involves tracking the flow of requests and responses
through your application, and identifying any anomalies or inconsistencies that may indicate a problem.
It also allows you to identify bottlenecks and areas for improvement in your application.