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
@@ -344,7 +339,7 @@ This section provides a description of domains and subdomains and reflects their
344
339
#### Units
345
340
<sub><sup> [Back to TOC.](#table-of-contents) </sup></sub><br/>
346
341
This section provides a description of metric units.<br/>
347
-
["Metric and label naming"](https://prometheus.io/docs/practices/naming/#metric-and-label-naming) article by Prometheus states that metrics "...should use base units (e.g. seconds, bytes, meters - not milliseconds, megabytes, kilometers)". But it is not usefull for using IBM MQ exporter. So the exporter has following list of units:
342
+
["Metric and label naming"](https://prometheus.io/docs/practices/naming/#metric-and-label-naming) article by Prometheus states that metrics "...should use base units (e.g. seconds, bytes, meters - not milliseconds, megabytes, kilometers)". There was an attempt to find a balance between MQ metrics and Prometheus metrics (according to the Prometheus conventions), but it was decided to change the metrics from MQ as little as possible, since some metrics do not fit the description in the article. Conversion of values for certain metrics can lead to a distortion of actual values (e.g. integer amount megabytes) and increasing in disk space, occupied by the metric. So the exporter has following list of units:
348
343
349
344
<table>
350
345
<tbody>
@@ -1473,7 +1468,7 @@ This section provides a mapping between MQ listener statuses and metric values,
1473
1468
</tbody>
1474
1469
</table>
1475
1470
1476
-
## Issues and Contributions
1471
+
## Contributions
1477
1472
<sub><sup> [Back to TOC.](#table-of-contents) </sup></sub><br/>
1478
1473
Feel free to express your thoughts about the exporter, unexpected behaviour and\or issues. New feature suggestions are welcome, use [issue tracker](https://github.com/Cinimex-Informatica/mq-java-exporter/issues).
1479
1474
Pull requests are always welcome.
@@ -1482,7 +1477,7 @@ Pull requests are always welcome.
1482
1477
<sub><sup> [Back to TOC.](#table-of-contents) </sup></sub><br/>
1483
1478
The following are known issues and may affect your use of exporter.
1484
1479
1485
-
* Metric mq_ram_ram_total_estimate_megabytes may contain negative
1480
+
1. Metric mq_ram_ram_total_estimate_megabytes may contain negative
0 commit comments