mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-09 06:45:13 +02:00
Fixed dashboard
This commit is contained in:
parent
fca086d60f
commit
9bcdee0f64
3 changed files with 7 additions and 5 deletions
|
|
@ -106,7 +106,7 @@
|
|||
"uid": "f6b18033-5918-4e05-a1ca-4cb30343b129"
|
||||
},
|
||||
"editorMode": "builder",
|
||||
"expr": "histogram_quantile(0.99, sum by(le) (rate(request_latency_bucket{instance=\"llm:8000\"}[$__rate_interval])))",
|
||||
"expr": "histogram_quantile(0.99, sum by(le) (rate(request_latency_bucket{instance=\"text-completion:8000\"}[$__rate_interval])))",
|
||||
"instant": false,
|
||||
"legendFormat": "99%",
|
||||
"range": true,
|
||||
|
|
@ -118,7 +118,7 @@
|
|||
"uid": "f6b18033-5918-4e05-a1ca-4cb30343b129"
|
||||
},
|
||||
"editorMode": "builder",
|
||||
"expr": "histogram_quantile(0.95, sum by(le) (rate(request_latency_bucket{instance=\"llm:8000\"}[$__rate_interval])))",
|
||||
"expr": "histogram_quantile(0.95, sum by(le) (rate(request_latency_bucket{instance=\"text-completion:8000\"}[$__rate_interval])))",
|
||||
"hide": false,
|
||||
"instant": false,
|
||||
"legendFormat": "95%",
|
||||
|
|
@ -131,7 +131,7 @@
|
|||
"uid": "f6b18033-5918-4e05-a1ca-4cb30343b129"
|
||||
},
|
||||
"editorMode": "builder",
|
||||
"expr": "histogram_quantile(0.75, sum by(le) (rate(request_latency_bucket{instance=\"llm:8000\"}[$__rate_interval])))",
|
||||
"expr": "histogram_quantile(0.75, sum by(le) (rate(request_latency_bucket{instance=\"text-completion:8000\"}[$__rate_interval])))",
|
||||
"hide": false,
|
||||
"instant": false,
|
||||
"legendFormat": "75%",
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@ scrape_configs:
|
|||
- 'embeddings:8000'
|
||||
- 'kg-extract-definitions:8000'
|
||||
- 'kg-extract-relationships:8000'
|
||||
- 'vector-write:8000'
|
||||
- 'graph-write:8000'
|
||||
- 'store-graph-embeddings:8000'
|
||||
- 'store-triples:8000'
|
||||
- 'text-completion:8000'
|
||||
- 'graph-rag:8000'
|
||||
- 'pulsar:8080'
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -67,5 +67,7 @@ setuptools.setup(
|
|||
"scripts/text-completion-ollama",
|
||||
"scripts/text-completion-vertexai",
|
||||
"scripts/triples-write-cassandra",
|
||||
"scripts/dump-parquet",
|
||||
"scripts/triples-dump-parquet",
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue