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.
_stat
1 parent c520947 commit df17b76Copy full SHA for df17b76
default-metrics.toml
@@ -14,7 +14,7 @@ request="SELECT resource_name,current_utilization,CASE WHEN TRIM(limit_value) LI
14
context = "asm_diskgroup"
15
labels = [ "name" ]
16
metricsdesc = { total = "Total size of ASM disk group.", free = "Free space available on ASM disk group." }
17
-request = "SELECT name,total_mb*1024*1024 as total,free_mb*1024*1024 as free FROM v$asm_diskgroup"
+request = "SELECT name,total_mb*1024*1024 as total,free_mb*1024*1024 as free FROM v$asm_diskgroup_stat"
18
ignorezeroresult = true
19
20
[[metric]]
0 commit comments