16 lines
180 B
Go
Raw Normal View History

2021-11-22 16:05:02 +00:00
// +build !linux
package metrics
import (
"io"
)
func writeProcessMetrics(w io.Writer) {
// TODO: implement it
}
func writeFDMetrics(w io.Writer) {
// TODO: implement it.
}