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

@ -16,7 +16,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:
@ -33,7 +33,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:
@ -78,7 +78,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:
@ -93,7 +93,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:
@ -108,7 +108,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:
@ -123,7 +123,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:
@ -138,7 +138,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:
@ -153,7 +153,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:
@ -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
neo4j:
deploy:
@ -203,7 +203,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:
@ -393,7 +393,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:
@ -571,7 +571,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:
@ -625,7 +625,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:
@ -642,7 +642,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:
@ -659,7 +659,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-doc-embeddings:
command:
@ -676,7 +676,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:
@ -693,7 +693,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:
@ -710,7 +710,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:
@ -735,7 +735,7 @@ services:
reservations:
cpus: '0.1'
memory: 256M
image: docker.io/trustgraph/trustgraph-flow:0.11.13
image: docker.io/trustgraph/trustgraph-flow:0.11.14
restart: on-failure:100
volumes:
- ./vertexai:/vertexai
@ -766,7 +766,7 @@ services:
reservations:
cpus: '0.1'
memory: 256M
image: docker.io/trustgraph/trustgraph-flow:0.11.13
image: docker.io/trustgraph/trustgraph-flow:0.11.14
restart: on-failure:100
volumes:
- ./vertexai:/vertexai
@ -783,7 +783,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:
grafana-storage: {}