Skip to content

Commit 8d17c85

Browse files
authored
solaris OS: add process/fd metrics (#84)
fixes #83
1 parent 294a119 commit 8d17c85

File tree

8 files changed

+722
-2
lines changed

8 files changed

+722
-2
lines changed

process_metrics_other.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build !linux && !windows
2-
// +build !linux,!windows
1+
//go:build !linux && !windows && !solaris
2+
// +build !linux,!windows,!solaris
33

44
package metrics
55

0 commit comments

Comments
 (0)