mirror of
https://github.com/livekit/livekit.git
synced 2026-07-29 11:59:49 +00:00
Fixed windows build (#1768)
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
|
||||
package prometheus
|
||||
|
||||
import "github.com/mackerelio/go-osstat/loadavg"
|
||||
|
||||
func getLoadAvg() (*loadavg.Stats, error) {
|
||||
return &loadavg.Stats{}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user