This commit is contained in:
jackdaw@loafle.com 2017-05-10 15:03:10 +09:00
parent 0e74eb7dd9
commit 25209afb42

View File

@ -34,7 +34,10 @@
} }
], ],
"queryInfo" : { "queryInfo" : {
"query": "select object_name,instance_name, counter_name, cntr_value from sys.dm_os_performance_counters where ( counter_name = 'Data File(s) Size (KB)' or counter_name = 'Log File(s) Size (KB)' ) AND object_name = 'SQLServer:Databases'" "query": "select object_name,instance_name, counter_name, cntr_value from sys.dm_os_performance_counters where ( counter_name = 'Data File(s) Size (KB)' or counter_name = 'Log File(s) Size (KB)' ) AND object_name = 'SQLServer:Databases'",
"extend" : {
}
}, },
"mappingInfo" : { "mappingInfo" : {
"parseDirection" : "row", "parseDirection" : "row",