metrics/process_metrics_other.go
2021-02-04 16:28:55 +02:00

16 lines
180 B
Go

// +build !linux
package metrics
import (
"io"
)
func writeProcessMetrics(w io.Writer) {
// TODO: implement it
}
func writeFDMetrics(w io.Writer) {
// TODO: implement it.
}