Merge pull request #895 from akrauza/ADCS

Add Collector for Active Directory Certificate Services (ADCS)
This commit is contained in:
Ben Reedy
2022-01-02 19:43:47 +10:00
committed by GitHub
5 changed files with 310 additions and 4 deletions

View File

@@ -346,7 +346,3 @@ func (c *RemoteFxCollector) collectRemoteFXGraphicsCounters(ctx *ScrapeContext,
return nil, nil
}
func milliSecToSec(t float64) float64 {
return t / 1000
}