Fix label names (#539)

This commit is contained in:
cybermaggedon 2025-09-26 12:34:40 +01:00 committed by GitHub
parent 209d0de0b8
commit 10806caac2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,