Skip to content

Commit 677247f

Browse files
committed
Update README for #1
1 parent dbaec23 commit 677247f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The Grafana dashboard visualizes collected metrics. This is an example of a dash
6060

6161
| Metric | Description |
6262
|:---|:---|
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> <span style="margin-left:2em">`0` - STOPPED;</span><br> <span style="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> <span style="margin-left:2em">`0` - STOPPED;</span><br> <span style="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> <span style="margin-left:2em">`0` - STOPPED;</span><br> <span style="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> <span style="margin-left:2em">`0` - STOPPED;</span><br> <span style="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> <span style="margin-left:2em">`0` - STOPPED;</span><br> <span style="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> <span style="margin-left:2em">`0` - STOPPED;</span><br> <span style="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> <span style="margin-left:2em">`0` - STOPPED;</span><br> <span style="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> <span style="margin-left:2em">`0` - STOPPED;</span><br> <span style="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

Comments
 (0)