mirror of
https://github.com/livekit/livekit.git
synced 2026-04-14 15:15:39 +00:00
11 lines
194 B
Go
11 lines
194 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package prometheus
|
|
|
|
import livekit "github.com/livekit/protocol/proto"
|
|
|
|
func updateCurrentNodeSystemStats(nodeStats *livekit.NodeStats) error {
|
|
return nil
|
|
}
|