Files
test-actions/vendor/github.com/VictoriaMetrics/metrics/process_metrics_other.go
Alex Matsuev 9438cc0129
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 50s
Add vendoring
2025-11-21 23:05:32 +03:00

16 lines
205 B
Go

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