We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 568d92b + 958392a commit 87df897Copy full SHA for 87df897
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "taskiq"
3
-version = "0.8.2"
+version = "0.8.3"
4
description = "Distributed task queue with full async support"
5
authors = ["Pavel Kirilin <win10@list.ru>"]
6
maintainers = ["Pavel Kirilin <win10@list.ru>"]
taskiq/middlewares/prometheus_middleware.py
@@ -70,7 +70,7 @@ def __init__(
70
)
71
self.execution_time = Histogram(
72
"execution_time",
73
- "Tome of function execution",
+ "Time of function execution",
74
["task_name"],
75
76
self.server_port = server_port
0 commit comments