Skip to content

Commit

Permalink
Fixed windows build (#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao committed Jun 4, 2023
1 parent 109620d commit 7e5a7ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/telemetry/prometheus/node_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

package prometheus

import "github.com/mackerelio/go-osstat/loadavg"

func getLoadAvg() (*loadavg.Stats, error) {
return &loadavg.Stats{}, nil
}
Expand Down

0 comments on commit 7e5a7ae

Please sign in to comment.