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 16:30:24 +02:00
committed by GitHub
co-authored by PrometheusBot Jan-Otto Kröpke Jan-Otto Kröpke
parent 7775ef95e6
commit b8b164bfca
2 changed files with 2 additions and 2 deletions
+1 -1
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 {