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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ The Grafana dashboard visualizes collected metrics. This is an example of a dash
60
60
61
61
| Metric | Description |
62
62
|:---|:---|
63
-
| ib_broker_status | The metric shows current status of IB broker.<br /> If there are several brokers on host, there will be a own metric for each broker.<br> Possible values:<br> <spanstyle="margin-left:2em">`0` - STOPPED;</span><br> <spanstyle="margin-left:2em">`1` - RUNNING.</span><br> Example display in Pushgateway:<br> `ib_broker_status{brokername="BRK1",instance="",job="BRK1",qmname="QM1"} 1`|
64
-
| ib_exec_group_status | The metric shows current status of IB execution group.<br /> If there are several execution groups on host, there will be a own metric for each execution group.<br> Possible values:<br> <spanstyle="margin-left:2em">`0` - STOPPED;</span><br> <spanstyle="margin-left:2em">`1` - RUNNING.</span><br> Example display in Pushgateway:<br> `ib_exec_group_status{brokername="BRK1",egname="EG1",instance="",job="BRK1"} 1`|
65
-
| ib_application_status | The metric shows current status of IB application.<br /> If there are several applications on host, there will be a own metric for each application.<br> Possible values:<br> <spanstyle="margin-left:2em">`0` - STOPPED;</span><br> <spanstyle="margin-left:2em">`1` - RUNNING.</span><br> Example display in Pushgateway:<br> `ib_application_status{appname="Application1",brokername="BRK1",egname="EG1",instance="",job="BRK1"} 1`|
66
-
| ib_message_flow_status | The metric shows current status of IB message flow.<br /> If there are several message flows on host, there will be a own metric for each message flow.<br> Possible values:<br> <spanstyle="margin-left:2em">`0` - STOPPED;</span><br> <spanstyle="margin-left:2em">`1` - RUNNING.</span><br> Example display in Pushgateway:<br> `ib_message_flow_status{appname="Application1",brokername="BRK1",egname="EG1",instance="",job="BRK1",messageflowname="adapter.reply"} 1`|
63
+
| ib_broker_status | The metric shows current status of IB broker.<br> Metric type: `gauge`.<br> If there are several brokers on host, there will be a own metric for each broker.<br> Possible values:<br> <spanstyle="margin-left:2em">`0` - STOPPED;</span><br> <spanstyle="margin-left:2em">`1` - RUNNING.</span><br> Example display in Pushgateway:<br> `ib_broker_status{brokername="BRK1",instance="",job="BRK1",qmname="QM1"} 1`|
64
+
| ib_exec_group_status | The metric shows current status of IB execution group.<br> Metric type: `gauge`.<br> If there are several execution groups on host, there will be a own metric for each execution group.<br> Possible values:<br> <spanstyle="margin-left:2em">`0` - STOPPED;</span><br> <spanstyle="margin-left:2em">`1` - RUNNING.</span><br> Example display in Pushgateway:<br> `ib_exec_group_status{brokername="BRK1",egname="EG1",instance="",job="BRK1"} 1`|
65
+
| ib_application_status | The metric shows current status of IB application.<br> Metric type: `gauge`.<br> If there are several applications on host, there will be a own metric for each application.<br> Possible values:<br> <spanstyle="margin-left:2em">`0` - STOPPED;</span><br> <spanstyle="margin-left:2em">`1` - RUNNING.</span><br> Example display in Pushgateway:<br> `ib_application_status{appname="Application1",brokername="BRK1",egname="EG1",instance="",job="BRK1"} 1`|
66
+
| ib_message_flow_status | The metric shows current status of IB message flow.<br> Metric type: `gauge`.<br> If there are several message flows on host, there will be a own metric for each message flow.<br> Possible values:<br> <spanstyle="margin-left:2em">`0` - STOPPED;</span><br> <spanstyle="margin-left:2em">`1` - RUNNING.</span><br> Example display in Pushgateway:<br> `ib_message_flow_status{appname="Application1",brokername="BRK1",egname="EG1",instance="",job="BRK1",messageflowname="adapter.reply"} 1`|
0 commit comments