mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-07 22:05:13 +02:00
Updated prometheus targets for current flows (#289)
This commit is contained in:
parent
34bde24086
commit
2c5289765d
1 changed files with 30 additions and 2 deletions
|
|
@ -44,11 +44,17 @@ scrape_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- 'chunker:8000'
|
- 'chunker:8000'
|
||||||
|
|
||||||
- job_name: 'vectorize'
|
- job_name: 'document-embeddings'
|
||||||
scrape_interval: 5s
|
scrape_interval: 5s
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- 'vectorize:8000'
|
- 'document-embeddings:8000'
|
||||||
|
|
||||||
|
- job_name: 'graph-embeddings'
|
||||||
|
scrape_interval: 5s
|
||||||
|
static_configs:
|
||||||
|
- targets:
|
||||||
|
- 'graph-embeddings:8000'
|
||||||
|
|
||||||
- job_name: 'embeddings'
|
- job_name: 'embeddings'
|
||||||
scrape_interval: 5s
|
scrape_interval: 5s
|
||||||
|
|
@ -86,6 +92,12 @@ scrape_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- 'metering-rag:8000'
|
- 'metering-rag:8000'
|
||||||
|
|
||||||
|
- job_name: 'store-doc-embeddings'
|
||||||
|
scrape_interval: 5s
|
||||||
|
static_configs:
|
||||||
|
- targets:
|
||||||
|
- 'store-doc-embeddings:8000'
|
||||||
|
|
||||||
- job_name: 'store-graph-embeddings'
|
- job_name: 'store-graph-embeddings'
|
||||||
scrape_interval: 5s
|
scrape_interval: 5s
|
||||||
static_configs:
|
static_configs:
|
||||||
|
|
@ -116,6 +128,12 @@ scrape_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- 'graph-rag:8000'
|
- 'graph-rag:8000'
|
||||||
|
|
||||||
|
- job_name: 'document-rag'
|
||||||
|
scrape_interval: 5s
|
||||||
|
static_configs:
|
||||||
|
- targets:
|
||||||
|
- 'document-rag:8000'
|
||||||
|
|
||||||
- job_name: 'prompt'
|
- job_name: 'prompt'
|
||||||
scrape_interval: 5s
|
scrape_interval: 5s
|
||||||
static_configs:
|
static_configs:
|
||||||
|
|
@ -134,6 +152,12 @@ scrape_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- 'query-graph-embeddings:8000'
|
- 'query-graph-embeddings:8000'
|
||||||
|
|
||||||
|
- job_name: 'query-doc-embeddings'
|
||||||
|
scrape_interval: 5s
|
||||||
|
static_configs:
|
||||||
|
- targets:
|
||||||
|
- 'query-doc-embeddings:8000'
|
||||||
|
|
||||||
- job_name: 'query-triples'
|
- job_name: 'query-triples'
|
||||||
scrape_interval: 5s
|
scrape_interval: 5s
|
||||||
static_configs:
|
static_configs:
|
||||||
|
|
@ -157,3 +181,7 @@ scrape_configs:
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- 'workbench-ui:8000'
|
- 'workbench-ui:8000'
|
||||||
|
|
||||||
|
# Cassandra
|
||||||
|
# qdrant
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue