Change tasks_info identifier
This commit is contained in:
parent
1983e6135c
commit
f2ef1e77c8
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
"""Prometheus stats."""
|
"""Prometheus stats."""
|
||||||
from prometheus_client import Counter, Gauge, Info
|
from prometheus_client import Counter, Gauge, Info
|
||||||
|
|
||||||
tasks_info = Info("jarvis_tasks_info", "JARVIS Task info")
|
tasks_info = Info("jarvis_tasks", "JARVIS Task info")
|
||||||
|
|
||||||
reddit_gauge = Gauge(
|
reddit_gauge = Gauge(
|
||||||
"jarvis_tasks_reddit_follows",
|
"jarvis_tasks_reddit_follows",
|
||||||
|
|
Loading…
Add table
Reference in a new issue