Releases: Cinimex/mq-java-exporter
0.3.2-beta-m
Fixed:
Exporter doesn't work properly #139
0.3.1-beta-m
Fixed:
mq_exporter.jar didnt start #141
0.3.0-beta-m
Based on 0.3.0-beta-rc
The release has been tested using:
- IBM MQ 9.1.0.1, RHEL 7.6, java version 1.8.0_181 (IBM JRE 1.8.0 Linux amd64-64-Bit build 2.9)
The exporter has passed load tests and showed no noticeable overhead.
Thanks:
- For contributing to the release: @echerniak @sberdyshev @willardgibbs
- For testing the release: @FedorArunov @xbif
0.3.0-beta-rc
Fixed:
- Exporter description typo #56
- Change "dependency-jar" directory to "lib" directory #26
- Update MQClient Dependency #109
- Error during sending direct PCFCommands #113
- Endless loop removed #29
- Timeouts were added to configuration file #20
- Give extended explanation for using wildcards #49
- README changes #80
- TLS support implemented #119
- Add new queue-specific metrics, that reflects average size of read messages #95
- ShutdownHook implemented #130
- Unit tests added #102
Thanks:
- For contributing to the release: @echerniak @sberdyshev @willardgibbs
- For testing the release: @FedorArunov @xbif
0.2.1-alfa-m
Based on 0.2.1-alfa-rc
The release has been tested using:
- IBM MQ 9.1.0.1, RHEL 7.6, java version 1.8.0_181 (IBM JRE 1.8.0 Linux amd64-64-Bit build 2.9)
The exporter has passed load tests and showed no noticeable overhead.
Thanks:
- For contributing to the release: @echerniak @sberdyshev
- For testing the release: @FedorArunov @xbif
0.2.1-alfa-rc
Based on 0.2.0-alfa-rc
Fixed:
- Add a "Back to TOC" link to "Known Issues" section #91
- Add "queue" subdomain #88
- Metric "mq_get_purged_queue_count_totalmessages" has wrong subdomain and units #87
- Metric "mq_put_put_persistent_messages_byte_count_totalmessages" has wrong units #86
- Wrong "mq_put_put_non_persistent_messages_byte_count_totalmessages" metric units #85
- Metric "mq_cpu_system_cpu_time_estimat_percentage" name typo #84
- Metric "mq_mqconn_concurrent_connections_high_water_mark_totalconnections" has wrong units #83
- Metric "mq_publish_published_to_subscribers_byte_count_totalmessages" has wrong units #82
- Change "mqobject_channel_status_code", "mqobject_listener_status_code" metrics units #78
- Resolve all sonar code smells #70
- Use another way to initialize metrics references #69
- Useless "if" statement #68
- Public static field #30
The release has been tested using:
- IBM MQ 9.1.0.1, RHEL 7.6, java version 1.8.0_181 (IBM JRE 1.8.0 Linux amd64-64-Bit build 2.9)
Thanks:
- For contributing to the release: @echerniak @sberdyshev
- For testing the release: @FedorArunov @xbif
0.2.0-alfa-rc
Based on 0.1.2-alfa-m
Added:
- Expand range of possible statuses for listener #74
- README: Metric name description #7
- README: Rearrange readme structure #51
- README: Add brief MQ metrics instructions #23
Fixed:
- Incorrect subdomains #47
- Platform-specific disk metrics have wrong domain #53
- Metric "mq_cpu_ram_total_estimate_megabytes" has wrong subdomain #54
- README: Corrupted link #76
The release has been tested using:
- IBM MQ 9.0.1.0 on RHEL 7.4.
Thanks:
- For contributing to the release: @echerniak @sberdyshev
- For testing the release: @xbif
0.1.2-alfa-m
Based on 0.1.1-alfa-rc
Fixed:
- Metric mq_cpu_ram_total_estimate_megabytes shows negative values #62
The release has been tested using:
- IBM MQ 9.0.1.0 on RHEL 7.6.
- IBM MQ 9.1.0.1 on RHEL 7.6.
The exporter has passed load tests and showed no noticeable overhead.
Thanks:
- For contributing to the release: @echerniak @sberdyshev
- For testing the release: @xbif
0.1.1-alfa-rc
Based on 0.1.0-alfa-rc
Added:
Fixed:
- Incorrect metrics data representation for metrics with "percentage" data type #44
- sendPCFCommands flag disables all queue-related metrics, not only additional metrics #57
- README: Table headers typo #46
Thanks:
- For contributing to the release: @echerniak @sberdyshev
0.1.0-alfa-rc
The release contains base exporter functions for exposing IBM MQ metrics.
This release is created in order to provide possibility to test functionlaty and performance of the exporter.
It is not intended to be used in production.
Thanks:
- For contributing to the release: @echerniak @sberdyshev