Initial commit for ADCS collector

Signed-off-by: Austin D. Krauza <krauza.austin@gmail.com>
This commit is contained in:
Austin D. Krauza
2022-01-02 01:24:11 -05:00
parent f84f54afda
commit a89b53779d
5 changed files with 311 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
//go:build windows
// +build windows
package collector
@@ -345,7 +346,3 @@ func (c *RemoteFxCollector) collectRemoteFXGraphicsCounters(ctx *ScrapeContext,
return nil, nil
}
func milliSecToSec(t float64) float64 {
return t / 1000
}