Skip to content

Commit 3bf27da

Browse files
committed
fix units to singular
1 parent 58654f7 commit 3bf27da

File tree

3 files changed

+87
-87
lines changed

3 files changed

+87
-87
lines changed

ibm-mq-metrics/docs/metrics.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
77
| -------- | --------------- | ----------- | -------------- | --------- |
8-
| `ibm.mq.message.retry.count` | Gauge | `{messages}` | Number of message retries | ![Development](https://img.shields.io/badge/-development-blue) |
8+
| `ibm.mq.message.retry.count` | Gauge | `{message}` | Number of message retries | ![Development](https://img.shields.io/badge/-development-blue) |
99

1010

1111
### `ibm.mq.message.retry.count` Attributes
@@ -41,7 +41,7 @@
4141

4242
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
4343
| -------- | --------------- | ----------- | -------------- | --------- |
44-
| `ibm.mq.max.sharing.conversations` | Gauge | `{conversations}` | Maximum number of conversations permitted on this channel instance. | ![Development](https://img.shields.io/badge/-development-blue) |
44+
| `ibm.mq.max.sharing.conversations` | Gauge | `{conversation}` | Maximum number of conversations permitted on this channel instance. | ![Development](https://img.shields.io/badge/-development-blue) |
4545

4646

4747
### `ibm.mq.max.sharing.conversations` Attributes
@@ -60,7 +60,7 @@
6060

6161
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
6262
| -------- | --------------- | ----------- | -------------- | --------- |
63-
| `ibm.mq.current.sharing.conversations` | Gauge | `{conversations}` | Current number of conversations permitted on this channel instance. | ![Development](https://img.shields.io/badge/-development-blue) |
63+
| `ibm.mq.current.sharing.conversations` | Gauge | `{conversation}` | Current number of conversations permitted on this channel instance. | ![Development](https://img.shields.io/badge/-development-blue) |
6464

6565

6666
### `ibm.mq.current.sharing.conversations` Attributes
@@ -79,7 +79,7 @@
7979

8080
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
8181
| -------- | --------------- | ----------- | -------------- | --------- |
82-
| `ibm.mq.byte.received` | Gauge | `{bytes}` | Number of bytes received | ![Development](https://img.shields.io/badge/-development-blue) |
82+
| `ibm.mq.byte.received` | Gauge | `By` | Number of bytes received | ![Development](https://img.shields.io/badge/-development-blue) |
8383

8484

8585
### `ibm.mq.byte.received` Attributes
@@ -98,7 +98,7 @@
9898

9999
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
100100
| -------- | --------------- | ----------- | -------------- | --------- |
101-
| `ibm.mq.byte.sent` | Gauge | `{bytes}` | Number of bytes sent | ![Development](https://img.shields.io/badge/-development-blue) |
101+
| `ibm.mq.byte.sent` | Gauge | `By` | Number of bytes sent | ![Development](https://img.shields.io/badge/-development-blue) |
102102

103103

104104
### `ibm.mq.byte.sent` Attributes
@@ -117,7 +117,7 @@
117117

118118
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
119119
| -------- | --------------- | ----------- | -------------- | --------- |
120-
| `ibm.mq.buffers.received` | Gauge | `{buffers}` | Buffers received | ![Development](https://img.shields.io/badge/-development-blue) |
120+
| `ibm.mq.buffers.received` | Gauge | `{buffer}` | Buffers received | ![Development](https://img.shields.io/badge/-development-blue) |
121121

122122

123123
### `ibm.mq.buffers.received` Attributes
@@ -136,7 +136,7 @@
136136

137137
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
138138
| -------- | --------------- | ----------- | -------------- | --------- |
139-
| `ibm.mq.buffers.sent` | Gauge | `{buffers}` | Buffers sent | ![Development](https://img.shields.io/badge/-development-blue) |
139+
| `ibm.mq.buffers.sent` | Gauge | `{buffer}` | Buffers sent | ![Development](https://img.shields.io/badge/-development-blue) |
140140

141141

142142
### `ibm.mq.buffers.sent` Attributes
@@ -155,7 +155,7 @@
155155

156156
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
157157
| -------- | --------------- | ----------- | -------------- | --------- |
158-
| `ibm.mq.message.count` | Gauge | `{messages}` | Message count | ![Development](https://img.shields.io/badge/-development-blue) |
158+
| `ibm.mq.message.count` | Gauge | `{message}` | Message count | ![Development](https://img.shields.io/badge/-development-blue) |
159159

160160

161161
### `ibm.mq.message.count` Attributes
@@ -174,7 +174,7 @@
174174

175175
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
176176
| -------- | --------------- | ----------- | -------------- | --------- |
177-
| `ibm.mq.open.input.count` | Gauge | `{applications}` | Count of applications sending messages to the queue | ![Development](https://img.shields.io/badge/-development-blue) |
177+
| `ibm.mq.open.input.count` | Gauge | `{application}` | Count of applications sending messages to the queue | ![Development](https://img.shields.io/badge/-development-blue) |
178178

179179

180180
### `ibm.mq.open.input.count` Attributes
@@ -193,7 +193,7 @@
193193

194194
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
195195
| -------- | --------------- | ----------- | -------------- | --------- |
196-
| `ibm.mq.open.output.count` | Gauge | `{applications}` | Count of applications consuming messages from the queue | ![Development](https://img.shields.io/badge/-development-blue) |
196+
| `ibm.mq.open.output.count` | Gauge | `{application}` | Count of applications consuming messages from the queue | ![Development](https://img.shields.io/badge/-development-blue) |
197197

198198

199199
### `ibm.mq.open.output.count` Attributes
@@ -250,7 +250,7 @@
250250

251251
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
252252
| -------- | --------------- | ----------- | -------------- | --------- |
253-
| `ibm.mq.queue.depth.full.event` | Counter | `{events}` | The number of full queue events | ![Development](https://img.shields.io/badge/-development-blue) |
253+
| `ibm.mq.queue.depth.full.event` | Counter | `{event}` | The number of full queue events | ![Development](https://img.shields.io/badge/-development-blue) |
254254

255255

256256
### `ibm.mq.queue.depth.full.event` Attributes
@@ -268,7 +268,7 @@
268268

269269
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
270270
| -------- | --------------- | ----------- | -------------- | --------- |
271-
| `ibm.mq.queue.depth.high.event` | Counter | `{events}` | The number of high queue events | ![Development](https://img.shields.io/badge/-development-blue) |
271+
| `ibm.mq.queue.depth.high.event` | Counter | `{event}` | The number of high queue events | ![Development](https://img.shields.io/badge/-development-blue) |
272272

273273

274274
### `ibm.mq.queue.depth.high.event` Attributes
@@ -286,7 +286,7 @@
286286

287287
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
288288
| -------- | --------------- | ----------- | -------------- | --------- |
289-
| `ibm.mq.queue.depth.low.event` | Counter | `{events}` | The number of low queue events | ![Development](https://img.shields.io/badge/-development-blue) |
289+
| `ibm.mq.queue.depth.low.event` | Counter | `{event}` | The number of low queue events | ![Development](https://img.shields.io/badge/-development-blue) |
290290

291291

292292
### `ibm.mq.queue.depth.low.event` Attributes
@@ -304,7 +304,7 @@
304304

305305
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
306306
| -------- | --------------- | ----------- | -------------- | --------- |
307-
| `ibm.mq.uncommitted.messages` | Gauge | `{messages}` | Number of uncommitted messages | ![Development](https://img.shields.io/badge/-development-blue) |
307+
| `ibm.mq.uncommitted.messages` | Gauge | `{message}` | Number of uncommitted messages | ![Development](https://img.shields.io/badge/-development-blue) |
308308

309309

310310
### `ibm.mq.uncommitted.messages` Attributes
@@ -380,7 +380,7 @@
380380

381381
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
382382
| -------- | --------------- | ----------- | -------------- | --------- |
383-
| `ibm.mq.instances.per.client` | Gauge | `{instances}` | Instances per client | ![Development](https://img.shields.io/badge/-development-blue) |
383+
| `ibm.mq.instances.per.client` | Gauge | `{instance}` | Instances per client | ![Development](https://img.shields.io/badge/-development-blue) |
384384

385385

386386
### `ibm.mq.instances.per.client` Attributes
@@ -399,7 +399,7 @@
399399

400400
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
401401
| -------- | --------------- | ----------- | -------------- | --------- |
402-
| `ibm.mq.message.deq.count` | Gauge | `{messages}` | Message dequeue count | ![Development](https://img.shields.io/badge/-development-blue) |
402+
| `ibm.mq.message.deq.count` | Gauge | `{message}` | Message dequeue count | ![Development](https://img.shields.io/badge/-development-blue) |
403403

404404

405405
### `ibm.mq.message.deq.count` Attributes
@@ -418,7 +418,7 @@
418418

419419
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
420420
| -------- | --------------- | ----------- | -------------- | --------- |
421-
| `ibm.mq.message.enq.count` | Gauge | `{messages}` | Message enqueue count | ![Development](https://img.shields.io/badge/-development-blue) |
421+
| `ibm.mq.message.enq.count` | Gauge | `{message}` | Message enqueue count | ![Development](https://img.shields.io/badge/-development-blue) |
422422

423423

424424
### `ibm.mq.message.enq.count` Attributes
@@ -437,7 +437,7 @@
437437

438438
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
439439
| -------- | --------------- | ----------- | -------------- | --------- |
440-
| `ibm.mq.queue.depth` | Gauge | `{messages}` | Current queue depth | ![Development](https://img.shields.io/badge/-development-blue) |
440+
| `ibm.mq.queue.depth` | Gauge | `{message}` | Current queue depth | ![Development](https://img.shields.io/badge/-development-blue) |
441441

442442

443443
### `ibm.mq.queue.depth` Attributes
@@ -490,7 +490,7 @@
490490

491491
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
492492
| -------- | --------------- | ----------- | -------------- | --------- |
493-
| `ibm.mq.manager.active.channels` | Gauge | `{channels}` | The queue manager active maximum channels limit | ![Development](https://img.shields.io/badge/-development-blue) |
493+
| `ibm.mq.manager.active.channels` | Gauge | `{channel}` | The queue manager active maximum channels limit | ![Development](https://img.shields.io/badge/-development-blue) |
494494

495495

496496
### `ibm.mq.manager.active.channels` Attributes
@@ -520,7 +520,7 @@
520520

521521
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
522522
| -------- | --------------- | ----------- | -------------- | --------- |
523-
| `ibm.mq.max.queue.depth` | Gauge | `{messages}` | Maximum queue depth | ![Development](https://img.shields.io/badge/-development-blue) |
523+
| `ibm.mq.max.queue.depth` | Gauge | `{message}` | Maximum queue depth | ![Development](https://img.shields.io/badge/-development-blue) |
524524

525525

526526
### `ibm.mq.max.queue.depth` Attributes
@@ -577,7 +577,7 @@
577577

578578
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
579579
| -------- | --------------- | ----------- | -------------- | --------- |
580-
| `ibm.mq.message.received.count` | Gauge | `{messages}` | Number of messages received | ![Development](https://img.shields.io/badge/-development-blue) |
580+
| `ibm.mq.message.received.count` | Gauge | `{message}` | Number of messages received | ![Development](https://img.shields.io/badge/-development-blue) |
581581

582582

583583
### `ibm.mq.message.received.count` Attributes
@@ -594,7 +594,7 @@
594594

595595
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
596596
| -------- | --------------- | ----------- | -------------- | --------- |
597-
| `ibm.mq.message.sent.count` | Gauge | `{messages}` | Number of messages sent | ![Development](https://img.shields.io/badge/-development-blue) |
597+
| `ibm.mq.message.sent.count` | Gauge | `{message}` | Number of messages sent | ![Development](https://img.shields.io/badge/-development-blue) |
598598

599599

600600
### `ibm.mq.message.sent.count` Attributes
@@ -611,7 +611,7 @@
611611

612612
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
613613
| -------- | --------------- | ----------- | -------------- | --------- |
614-
| `ibm.mq.max.instances` | Gauge | `{instances}` | Max channel instances | ![Development](https://img.shields.io/badge/-development-blue) |
614+
| `ibm.mq.max.instances` | Gauge | `{instance}` | Max channel instances | ![Development](https://img.shields.io/badge/-development-blue) |
615615

616616

617617
### `ibm.mq.max.instances` Attributes
@@ -628,7 +628,7 @@
628628

629629
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
630630
| -------- | --------------- | ----------- | -------------- | --------- |
631-
| `ibm.mq.connection.count` | Gauge | `{connections}` | Active connections count | ![Development](https://img.shields.io/badge/-development-blue) |
631+
| `ibm.mq.connection.count` | Gauge | `{connection}` | Active connections count | ![Development](https://img.shields.io/badge/-development-blue) |
632632

633633

634634
### `ibm.mq.connection.count` Attributes
@@ -688,7 +688,7 @@
688688

689689
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
690690
| -------- | --------------- | ----------- | -------------- | --------- |
691-
| `ibm.mq.manager.max.active.channels` | Gauge | `{channels}` | Queue manager max active channels | ![Development](https://img.shields.io/badge/-development-blue) |
691+
| `ibm.mq.manager.max.active.channels` | Gauge | `{channel}` | Queue manager max active channels | ![Development](https://img.shields.io/badge/-development-blue) |
692692

693693

694694
### `ibm.mq.manager.max.active.channels` Attributes
@@ -718,7 +718,7 @@
718718

719719
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
720720
| -------- | --------------- | ----------- | -------------- | --------- |
721-
| `ibm.mq.publish.count` | Gauge | `{publications}` | Topic publication count | ![Development](https://img.shields.io/badge/-development-blue) |
721+
| `ibm.mq.publish.count` | Gauge | `{publication}` | Topic publication count | ![Development](https://img.shields.io/badge/-development-blue) |
722722

723723

724724
### `ibm.mq.publish.count` Attributes
@@ -736,7 +736,7 @@
736736

737737
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
738738
| -------- | --------------- | ----------- | -------------- | --------- |
739-
| `ibm.mq.subscription.count` | Gauge | `{subscriptions}` | Topic subscription count | ![Development](https://img.shields.io/badge/-development-blue) |
739+
| `ibm.mq.subscription.count` | Gauge | `{subscription}` | Topic subscription count | ![Development](https://img.shields.io/badge/-development-blue) |
740740

741741

742742
### `ibm.mq.subscription.count` Attributes
@@ -770,7 +770,7 @@
770770

771771
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
772772
| -------- | --------------- | ----------- | -------------- | --------- |
773-
| `ibm.mq.unauthorized.event` | Counter | `{events}` | Number of authentication error events | ![Development](https://img.shields.io/badge/-development-blue) |
773+
| `ibm.mq.unauthorized.event` | Counter | `{event}` | Number of authentication error events | ![Development](https://img.shields.io/badge/-development-blue) |
774774

775775

776776
### `ibm.mq.unauthorized.event` Attributes
@@ -791,7 +791,7 @@
791791

792792
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
793793
| -------- | --------------- | ----------- | -------------- | --------- |
794-
| `ibm.mq.manager.max.handles` | Gauge | `{events}` | Max open handles | ![Development](https://img.shields.io/badge/-development-blue) |
794+
| `ibm.mq.manager.max.handles` | Gauge | `{event}` | Max open handles | ![Development](https://img.shields.io/badge/-development-blue) |
795795

796796

797797
### `ibm.mq.manager.max.handles` Attributes

0 commit comments

Comments
 (0)