From 25f557d8a5c73d5dc8c20fe59e84f901548f2648 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Mon, 19 Aug 2024 21:18:45 +0100 Subject: [PATCH] Add more containers to Prometheus --- prometheus/prometheus.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index f24a495e..7a7024cf 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -31,6 +31,11 @@ scrape_configs: - 'store-graph-embeddings:8000' - 'store-triples:8000' - 'text-completion:8000' + - 'text-completion-rag:8000' - 'graph-rag:8000' + - 'prompt:8000' + - 'prompt-rag:8000' + - 'query-graph-embeddings:8000' + - 'query-triples:8000' - 'pulsar:8080'