Skip to content

Commit d0f7f82

Browse files
authored
Merge pull request #123 from Cinimex-Informatica/feature/issue80_readme_changes
README changes
2 parents 33ad617 + bcf6d8b commit d0f7f82

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Prometheus exporter for IBM MQ, written in Java. Exposes API metrics of IBM MQ a
55
## Table of contents
66
1. [Getting Started](#getting-started)
77
- [Compatibility](#compatibility)
8-
- [Prerequisites](#prerequisites)
98
- [Dependencies](#dependencies)
109
- [Configuration](#configuration)
1110
- [Build](#build)
@@ -44,7 +43,7 @@ Prometheus exporter for IBM MQ, written in Java. Exposes API metrics of IBM MQ a
4443
- [MQ constants mapping](#mq-constants-mapping)
4544
- [Channel status mapping](#channel-status-mapping)
4645
- [Listener status mapping](#listener-status-mapping)
47-
3. [Issues and Contributions](#issues-and-contributions)
46+
3. [Contributions](#contributions)
4847
4. [Known issues](#known-issues)
4948
5. [Warning](#warning)
5049
6. [License](#license)
@@ -56,15 +55,11 @@ Supports [IBM MQ](https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.0.0/co
5655

5756
Was tested on MQ ver.9.0.x.x and MQ ver. 9.1.x.x.
5857

59-
#### Prerequisites
60-
<sub><sup> [Back to TOC.](#table-of-contents) </sup></sub><br/>
61-
List of prerequisites:
62-
- [IBM JRE 8 or higher](https://developer.ibm.com/javasdk/downloads/sdk8/) \ [Oracle JRE 8 or higher](https://www.oracle.com/technetwork/java/javase/downloads/index.html) \ [OpenJDK JRE 8 or higher](https://jdk.java.net/java-se-ri/8)
63-
- [Maven](https://maven.apache.org/)
64-
6558
#### Dependencies
6659
<sub><sup> [Back to TOC.](#table-of-contents) </sup></sub><br/>
6760
List of dependencies:
61+
- [IBM JRE 8 or higher](https://developer.ibm.com/javasdk/downloads/sdk8/) \ [Oracle JRE 8 or higher](https://www.oracle.com/technetwork/java/javase/downloads/index.html) \ [OpenJDK JRE 8 or higher](https://jdk.java.net/java-se-ri/8)
62+
- [Maven](https://maven.apache.org/)
6863
- [Prometheus](https://prometheus.io)
6964
- [IBM MQ](https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.0.0/com.ibm.mq.helphome.v90.doc/WelcomePagev9r0.htm)
7065

@@ -344,7 +339,7 @@ This section provides a description of domains and subdomains and reflects their
344339
#### Units
345340
<sub><sup> [Back to TOC.](#table-of-contents) </sup></sub><br/>
346341
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:
348343

349344
<table>
350345
<tbody>
@@ -1473,7 +1468,7 @@ This section provides a mapping between MQ listener statuses and metric values,
14731468
</tbody>
14741469
</table>
14751470

1476-
## Issues and Contributions
1471+
## Contributions
14771472
<sub><sup> [Back to TOC.](#table-of-contents) </sup></sub><br/>
14781473
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).
14791474
Pull requests are always welcome.
@@ -1482,7 +1477,7 @@ Pull requests are always welcome.
14821477
<sub><sup> [Back to TOC.](#table-of-contents) </sup></sub><br/>
14831478
The following are known issues and may affect your use of exporter.
14841479

1485-
* Metric mq_ram_ram_total_estimate_megabytes may contain negative
1480+
1. Metric mq_ram_ram_total_estimate_megabytes may contain negative
14861481
values.
14871482
[#62](https://github.com/Cinimex-Informatica/mq-java-exporter/issues/62)
14881483

0 commit comments

Comments
 (0)