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
Copy file name to clipboardExpand all lines: README.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ The collected metrics can be explored in Prometheus or Grafana.
7
7
8
8
The metrics are collected using [mqsilist](https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/an07250_.htm) command. So, you need to install `IBM Integration Bus`.
9
9
10
-
Tested for IBM IB v9 and Python 2.6, 2.7, 3.6 on Linux.
10
+
Tested for IBM IB v9 and v10 and Python 2.7, 3.6 on Linux.
| Command-line argument | Description | Default value |
71
+
|:---|:---|:---|
72
+
|`pghost`| Pushgateway host | Hostname on which client is started.<br> Value define via `platform.node()`. |
73
+
|`pgport`| Pushgateway port |`9091`|
74
+
|`iibver`| IIB version |`9`<br> Valid value: **9** or **10**.<br> If argument is omitted or invalid value is passed, the client will try to determine version via environment variable `MQSI_VERSION_V`. If it can't determine the version using the environment variable, the default value will be used. |
75
+
51
76
## Grafana dashboard
52
77
53
78
The Grafana dashboard visualizes collected metrics. This is an example of a dashboard. You can create your own dashboards to analyze metrics.
0 commit comments