Add more containers to Prometheus

This commit is contained in:
Cyber MacGeddon 2024-08-19 21:18:45 +01:00
parent 237b3adb70
commit 25f557d8a5

View file

@ -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'