We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3789193 commit 61bfb98Copy full SHA for 61bfb98
README.md
@@ -8,6 +8,10 @@ Makes available the following metrics for Prometheus for processes matching a gi
8
- Disk IO (bytes)
9
- Disk IO (count)
10
11
+### Requirements
12
+
13
+- Go 1.13
14
15
### Building
16
17
```sh
build.sh
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
set -e
3
set -x
4
+export GO111MODULE=on
5
go build -o process_exporter github.com/setlog/process_exporter/cmd/exporter
test.sh
@@ -1,6 +1,7 @@
go test -v ./...
6
go build -o testing/integration_test github.com/setlog/process_exporter/integration_test
7
cd testing
0 commit comments