HI,
is there any way to collect multiple objectname values? using wildcards or regex?
I have a situation where on one big machine I have a lot of SQL SERVER instances (MSSQL$ins0001 to 0030), and I dont want to create one counter inputs for one instance. I woudl like to create one input for multiple objectname instances :]
is it possible?
[[inputs.win_perf_counters.object]]
ObjectName = “MSSQL$ins0001:SQL Statistics”
Counters = [
“Batch Requests/sec”,
]
Measurement = “sql-Statistics”
thanks and regards,
truman