However the %COUNTER_INSTANCE% in this case might be
C__ClusterStorage_Volume14_VM_vhd
Is there anyway to get this to be placed in
carbonator.vm.cluster.%HOST%.VM.%COUNTER_INSTANCE%.StorageDevice.%COUNTER_NAME% ?
Also what would be a better way for doing the counter regex?
Ie I would only like to read the following counters
counter="Write Operations/Sec,Read Operations/Sec,Read Bytes/Sec,Write Bytes/Sec,Latency,Throughput"
Hi!
I'm pulling in data from for example
Which works really nicely.
However the %COUNTER_INSTANCE% in this case might be C__ClusterStorage_Volume14_VM_vhd
Is there anyway to get this to be placed in carbonator.vm.cluster.%HOST%.VM.%COUNTER_INSTANCE%.StorageDevice.%COUNTER_NAME% ?
Also what would be a better way for doing the counter regex? Ie I would only like to read the following counters counter="Write Operations/Sec,Read Operations/Sec,Read Bytes/Sec,Write Bytes/Sec,Latency,Throughput"