Feature/track processor state (#78)

* Add a Prom metric to consumers & consumer/producers to track the running
state.

* New script, gets processor state using prometheus

* Bump version, add tg-processor-state to package

* Update templates
This commit is contained in:
cybermaggedon 2024-09-29 23:50:57 +01:00 committed by GitHub
parent efc364583b
commit 74a14639bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 384 additions and 336 deletions

View file

@ -4,7 +4,7 @@ import os
with open("README.md", "r") as fh:
long_description = fh.read()
version = "0.11.2"
version = "0.11.3"
setuptools.setup(
name="trustgraph",
@ -41,6 +41,7 @@ setuptools.setup(
"pulsar-client",
"pypdf",
"qdrant-client",
"tabulate",
"anthropic",
"google-cloud-aiplatform",
"pyyaml",
@ -99,6 +100,7 @@ setuptools.setup(
"scripts/text-completion-ollama",
"scripts/text-completion-openai",
"scripts/text-completion-vertexai",
"scripts/tg-processor-state",
"scripts/triples-dump-parquet",
"scripts/triples-query-cassandra",
"scripts/triples-query-neo4j",