Files
livekit/pkg/telemetry/prometheus/node_nonlinux.go
David Colburn 289ebd32ff Telemetry refactor (#172)
* telemetry refactor

* fix imports

* update protocol
2021-11-08 20:00:34 -06:00

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
}