Skip to content

Commit

Permalink
Fix omission of RemoteFX Graphics metrics
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Nash <[email protected]>
  • Loading branch information
benash committed Jun 5, 2024
1 parent eed2b6e commit ead5c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/collector/remote_fx/remote_fx.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ead5c66

Please sign in to comment.