Skip to content

Commit 542b095

Browse files
echerniaksberdyshev
authored andcommitted
issue62 readme updated with issue #62 (#73)
1 parent 0f6abc3 commit 542b095

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

README.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,19 @@ Prometheus exporter for IBM MQ, written in Java. Exposes API of IBM MQ and syste
4040
- [Channel status mapping](#channel-status-mapping)
4141
- [Listener status mapping](#listener-status-mapping)
4242
3. [Issues and Contributions](#issues-and-contributions)
43-
4. [Warning](#warning)
44-
5. [License](#license)
43+
4. [Known issues](#known-issues)
44+
5. [Warning](#warning)
45+
6. [License](#license)
4546

4647
## Getting Started
4748

4849
#### Compatibility
4950

50-
Support [IBM MQ](https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.0.0/com.ibm.mq.helphome.v90.doc/WelcomePagev9r0.htm) version 9.0.x.x.
51+
Supports IBM
52+
MQ(https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.0.0/com.ibm.mq.helphome.v90.doc/WelcomePagev9r0.htm)
53+
version 9.0.x.x and above.
54+
55+
Was tested on MQ ver.9.0.x.x and MQ ver. 9.1.x.x.
5156

5257
#### Prerequisites
5358
- [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)
@@ -1186,6 +1191,21 @@ These metrics are collected via sending direct PCF commands to queue manager.
11861191
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).
11871192
Pull requests are always welcome.
11881193

1194+
## Known issues
1195+
The following are known issues and may affect your use of exporter.
1196+
1197+
* Metric mq_cpu_ram_total_estimate_megabytes may contain negative
1198+
values.
1199+
[#62](https://github.com/Cinimex-Informatica/mq-java-exporter/issues/62)
1200+
1201+
This problem is related to this IBM
1202+
[APAR](https://www-01.ibm.com/support/docview.wss?uid=swg1IT24336).
1203+
The problem appeared during testing the exporter on MQ ver. 9.0.1.0.
1204+
We could not reproduce this problem on MQ ver. 9.1.0.1 (this version
1205+
includes fix for APAR above). Unfortunately, there is no way to fix
1206+
this problem on the exporter side and the only option is to wait for
1207+
the fix from IBM for MQ ver. 9.0.x.x.
1208+
11891209
## Warning
11901210
The exporter is provided as-is with no guarantees.
11911211

0 commit comments

Comments
 (0)