summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-12-24 00:44:27 +0200
committerPaul Buetow <paul@buetow.org>2025-12-24 00:44:27 +0200
commit344a2ea0ebf0aec75eac7a89bb9662b70834fd76 (patch)
tree5e913c63c65e8cf122c2e28b855fb2ad69e2de91
parent64bdf652a95094f30d1535130d0cfc1cec4a645e (diff)
Update content for gemtext
-rw-r--r--gemfeed/DRAFT-x-rag-observability-hackathon.gmi4
-rw-r--r--gemfeed/DRAFT-x-rag-observability-hackathon.gmi.tpl2
2 files changed, 3 insertions, 3 deletions
diff --git a/gemfeed/DRAFT-x-rag-observability-hackathon.gmi b/gemfeed/DRAFT-x-rag-observability-hackathon.gmi
index c50ea736..c68c4c1e 100644
--- a/gemfeed/DRAFT-x-rag-observability-hackathon.gmi
+++ b/gemfeed/DRAFT-x-rag-observability-hackathon.gmi
@@ -1,4 +1,4 @@
-# Adding Observability to X-RAG
+# X-RAG Observability Hackathon
This blog post describes my hackathon efforts adding observability to X-RAG, a distributed Retrieval-Augmented Generation (RAG) platform built by my brother Florian. I especially made time available over the weekend to join his 3-day hackathon (attending 2 days) with the goal of instrumenting his existing distributed system with observability. What started as "let's add some metrics" turned into a comprehensive implementation of the three pillars of observability: tracing, metrics, and logs.
@@ -6,7 +6,7 @@ This blog post describes my hackathon efforts adding observability to X-RAG, a d
## Table of Contents
-* ⇢ Adding Observability to X-RAG
+* ⇢ X-RAG Observability Hackathon
* ⇢ ⇢ What is X-RAG?
* ⇢ ⇢ Running Kubernetes locally with Kind
* ⇢ ⇢ Motivation
diff --git a/gemfeed/DRAFT-x-rag-observability-hackathon.gmi.tpl b/gemfeed/DRAFT-x-rag-observability-hackathon.gmi.tpl
index f1ff517e..df53d1bd 100644
--- a/gemfeed/DRAFT-x-rag-observability-hackathon.gmi.tpl
+++ b/gemfeed/DRAFT-x-rag-observability-hackathon.gmi.tpl
@@ -1,4 +1,4 @@
-# Adding Observability to X-RAG
+# X-RAG Observability Hackathon
This blog post describes my hackathon efforts adding observability to X-RAG, a distributed Retrieval-Augmented Generation (RAG) platform built by my brother Florian. I especially made time available over the weekend to join his 3-day hackathon (attending 2 days) with the goal of instrumenting his existing distributed system with observability. What started as "let's add some metrics" turned into a comprehensive implementation of the three pillars of observability: tracing, metrics, and logs.