Fix label names

This commit is contained in:
Cyber MacGeddon 2025-09-26 12:33:55 +01:00
parent 209d0de0b8
commit 7b206cabd4

View file

@ -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,