From 7b206cabd423ca073166aa95ceb929fccf27c121 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Fri, 26 Sep 2025 12:33:55 +0100 Subject: [PATCH] Fix label names --- trustgraph-base/trustgraph/base/llm_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trustgraph-base/trustgraph/base/llm_service.py b/trustgraph-base/trustgraph/base/llm_service.py index 8eb6751c..c965819e 100644 --- a/trustgraph-base/trustgraph/base/llm_service.py +++ b/trustgraph-base/trustgraph/base/llm_service.py @@ -112,7 +112,7 @@ class LlmService(FlowProcessor): ) await __class__.text_completion_model_metric.labels( - id = flow.id, flow = flow.name + processor = self.id, flow = flow.name ).info({ "model": model, "temperature": temperature,