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.
1 parent 8682651 commit f87113fCopy full SHA for f87113f
weops/pipe-tools/bk_pkg/dm/dm.collector.yml
@@ -65,6 +65,14 @@ metrics:
65
query: |
66
SELECT count(*) AS LOCK_BLOCKS FROM V$LOCK WHERE blocked = 1
67
68
+ - metric_name: dm_exporter_deadlock_count
69
+ type: gauge
70
+ help: '死锁累计数量'
71
+ values:
72
+ - DEADLOCK_COUNT
73
+ query: |
74
+ SELECT COUNT(*) AS DEADLOCK_COUNT FROM v$deadlock_history
75
+
76
# 表空间
77
- metric_name: dm_exporter_tablespace_total_size
78
type: gauge
0 commit comments