* Basic metrics working
* Add consumer & producer metrics
* Grafana & Prometheus in docker compose
This commit is contained in:
cybermaggedon 2024-07-18 17:20:42 +01:00 committed by GitHub
parent 33b646eaec
commit 9ab7613e07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 888 additions and 327 deletions

View file

@ -4,7 +4,7 @@ import os
with open("README.md", "r") as fh:
long_description = fh.read()
version = "0.3.3"
version = "0.4.1"
setuptools.setup(
name="trustgraph",
@ -43,6 +43,7 @@ setuptools.setup(
"anthropic",
"google-cloud-aiplatform",
"pyyaml",
"prometheus-client",
],
scripts=[
"scripts/chunker-recursive",