Feature/metering dashboard (#89)

* Bump version

* Added Prom metrics to metering, added dashboard

* Update YAMLs

* Add $ on axis

* Tweak dashboard
This commit is contained in:
cybermaggedon 2024-10-01 06:46:41 +01:00 committed by GitHub
parent 88a7dfa126
commit ef1b8b5a13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 616 additions and 358 deletions

View file

@ -33,7 +33,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.13
image: docker.io/trustgraph/trustgraph-flow:0.11.14
restart: on-failure:100
embeddings:
command:
@ -50,7 +50,7 @@ services:
reservations:
cpus: '0.5'
memory: 400M
image: docker.io/trustgraph/trustgraph-flow:0.11.13
image: docker.io/trustgraph/trustgraph-flow:0.11.14
restart: on-failure:100
grafana:
deploy:
@ -95,7 +95,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.13
image: docker.io/trustgraph/trustgraph-flow:0.11.14
restart: on-failure:100
init-pulsar:
command:
@ -110,7 +110,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.13
image: docker.io/trustgraph/trustgraph-flow:0.11.14
restart: on-failure:100
kg-extract-definitions:
command:
@ -125,7 +125,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.13
image: docker.io/trustgraph/trustgraph-flow:0.11.14
restart: on-failure:100
kg-extract-relationships:
command:
@ -140,7 +140,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.13
image: docker.io/trustgraph/trustgraph-flow:0.11.14
restart: on-failure:100
kg-extract-topics:
command:
@ -155,7 +155,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.13
image: docker.io/trustgraph/trustgraph-flow:0.11.14
restart: on-failure:100
metering:
command:
@ -170,7 +170,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.13
image: docker.io/trustgraph/trustgraph-flow:0.11.14
restart: on-failure:100
metering-rag:
command:
@ -187,7 +187,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.13
image: docker.io/trustgraph/trustgraph-flow:0.11.14
restart: on-failure:100
pdf-decoder:
command:
@ -202,7 +202,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.13
image: docker.io/trustgraph/trustgraph-flow:0.11.14
restart: on-failure:100
prometheus:
deploy:
@ -392,7 +392,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.13
image: docker.io/trustgraph/trustgraph-flow:0.11.14
restart: on-failure:100
prompt-rag:
command:
@ -570,7 +570,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.13
image: docker.io/trustgraph/trustgraph-flow:0.11.14
restart: on-failure:100
pulsar:
command:
@ -624,7 +624,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.13
image: docker.io/trustgraph/trustgraph-flow:0.11.14
restart: on-failure:100
query-graph-embeddings:
command:
@ -641,7 +641,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.13
image: docker.io/trustgraph/trustgraph-flow:0.11.14
restart: on-failure:100
query-triples:
command:
@ -658,7 +658,7 @@ services:
reservations:
cpus: '0.1'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.11.13
image: docker.io/trustgraph/trustgraph-flow:0.11.14
restart: on-failure:100
store-doc-embeddings:
command:
@ -675,7 +675,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.13
image: docker.io/trustgraph/trustgraph-flow:0.11.14
restart: on-failure:100
store-graph-embeddings:
command:
@ -692,7 +692,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.13
image: docker.io/trustgraph/trustgraph-flow:0.11.14
restart: on-failure:100
store-triples:
command:
@ -709,7 +709,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.13
image: docker.io/trustgraph/trustgraph-flow:0.11.14
restart: on-failure:100
text-completion:
command:
@ -736,7 +736,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.13
image: docker.io/trustgraph/trustgraph-flow:0.11.14
restart: on-failure:100
text-completion-rag:
command:
@ -767,7 +767,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.13
image: docker.io/trustgraph/trustgraph-flow:0.11.14
restart: on-failure:100
vectorize:
command:
@ -782,7 +782,7 @@ services:
reservations:
cpus: '0.5'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.11.13
image: docker.io/trustgraph/trustgraph-flow:0.11.14
restart: on-failure:100
volumes:
cassandra: {}