mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-30 15:20:49 -08:00
Merge pull request #265 from prometheus/fish/darwin-filesystem-stats
Enable *bsd collector on darwin
This commit is contained in:
commit
6350ef6d17
|
@ -11,7 +11,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// +build freebsd openbsd
|
// +build freebsd openbsd darwin,amd64
|
||||||
// +build !nofilesystem
|
// +build !nofilesystem
|
||||||
|
|
||||||
package collector
|
package collector
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// +build !nofilesystem
|
// +build !nofilesystem
|
||||||
// +build linux freebsd openbsd
|
// +build linux freebsd openbsd darwin,amd64
|
||||||
|
|
||||||
package collector
|
package collector
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue