You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use Go to download prerequisite components for any monitors you are interested in running. The logrus package is required for all of the monitors; but not all of the monitors require further downloads.
80
-
81
-
```go get -u github.com/Sirupsen/logrus```
82
-
83
-
```go get -u github.com/prometheus/client_golang/prometheus```
84
-
85
-
```go get -u github.com/influxdata/influxdb/client/v2```
* Follow the instructions in the [mq-metric-samples repository](https://github.com/ibm-messaging/mq-metric-samples) to compile the sample programs you are interested in.
104
88
105
89
At this point, you should have a compiled copy of the code in `$GOPATH/bin`.
106
90
@@ -118,7 +102,7 @@ There are also no structure handlers for message headers such as MQRFH2 or MQDLH
0 commit comments