mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-01 19:32:38 +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:
|
||||
- 'chunker:8000'
|
||||
|
||||
- job_name: 'vectorize'
|
||||
- job_name: 'document-embeddings'
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets:
|
||||
- 'vectorize:8000'
|
||||
- 'document-embeddings:8000'
|
||||
|
||||
- job_name: 'graph-embeddings'
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets:
|
||||
- 'graph-embeddings:8000'
|
||||
|
||||
- job_name: 'embeddings'
|
||||
scrape_interval: 5s
|
||||
|
|
@ -86,6 +92,12 @@ scrape_configs:
|
|||
- targets:
|
||||
- 'metering-rag:8000'
|
||||
|
||||
- job_name: 'store-doc-embeddings'
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets:
|
||||
- 'store-doc-embeddings:8000'
|
||||
|
||||
- job_name: 'store-graph-embeddings'
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
|
|
@ -116,6 +128,12 @@ scrape_configs:
|
|||
- targets:
|
||||
- 'graph-rag:8000'
|
||||
|
||||
- job_name: 'document-rag'
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets:
|
||||
- 'document-rag:8000'
|
||||
|
||||
- job_name: 'prompt'
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
|
|
@ -134,6 +152,12 @@ scrape_configs:
|
|||
- targets:
|
||||
- 'query-graph-embeddings:8000'
|
||||
|
||||
- job_name: 'query-doc-embeddings'
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets:
|
||||
- 'query-doc-embeddings:8000'
|
||||
|
||||
- job_name: 'query-triples'
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
|
|
@ -157,3 +181,7 @@ scrape_configs:
|
|||
static_configs:
|
||||
- targets:
|
||||
- 'workbench-ui:8000'
|
||||
|
||||
# Cassandra
|
||||
# qdrant
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue