mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-08 05:56:37 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user