Fix omission of RemoteFX Graphics metrics (#1511)

Co-authored-by: PrometheusBot <prometheus-team@googlegroups.com>
Co-authored-by: Jan-Otto Kröpke <mail@jkroepke.de>
Co-authored-by: Jan-Otto Kröpke <github@jkroepke.de>
This commit is contained in:
Benjamin Nash
2024-06-06 10:30:24 -04:00
committed by GitHub
parent 7775ef95e6
commit b8b164bfca
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ func (c *collector) SetLogger(logger log.Logger) {
}
func (c *collector) GetPerfCounter() ([]string, error) {
return []string{"RemoteFX Network"}, nil
return []string{"RemoteFX Network", "RemoteFX Graphics"}, nil
}
func (c *collector) Build() error {