Skip to content

Commit 893ed23

Browse files
committed
smartmon.py: completely remove unused smartmon_run metric
The metric has mostly been removed in prometheus-community#152. This change also cleans the stale metric instance. Signed-off-by: Christian Pointner <[email protected]>
1 parent 34dd42e commit 893ed23

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

smartmon.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,6 @@
8080
namespace=namespace,
8181
registry=registry,
8282
),
83-
"smartctl_run": Gauge(
84-
"smartctl_run",
85-
"SMART metric smartctl_run",
86-
["device", "disk"],
87-
namespace=namespace,
88-
registry=registry,
89-
),
9083
"device_active": Gauge(
9184
"device_active",
9285
"SMART metric device_active",

0 commit comments

Comments
 (0)