mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-10 20:46: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/teradici_pcoip_test.go
Normal file
9
collector/teradici_pcoip_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package collector
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func BenchmarkTeradiciPcoipCollector(b *testing.B) {
|
||||
benchmarkCollector(b, "teradici_pcoip", NewTeradiciPcoipCollector)
|
||||
}
|
||||
Reference in New Issue
Block a user