mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-28 07:36:37 +00:00
Adding Teradici PCoIP session metrics collection
Signed-off-by: Tom Powell <t.powell@mwam.com> Added collector for VMware Blast session metrics Signed-off-by: Tom Powell <t.powell@mwam.com> Updating collection logic to handle missing WMI classes Signed-off-by: Tom Powell <t.powell@mwam.com> Updating packet loss metric to gauge Signed-off-by: Tom Powell <t.powell@mwam.com>
This commit is contained in:
9
collector/vmware_blast_test.go
Normal file
9
collector/vmware_blast_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package collector
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func BenchmarkVmwareBlastCollector(b *testing.B) {
|
||||
benchmarkCollector(b, "vmware_blast", NewVmwareBlastCollector)
|
||||
}
|
||||
Reference in New Issue
Block a user