Releases: oracle/weblogic-monitoring-exporter
Releases · oracle/weblogic-monitoring-exporter
Exporter 1.2.0
Changes in this release:
- Added support for https
- Moved the packages under com.oracle
- Added exception reporting in metrics output
- Use local port to constant REST API
- Now fails over to local port if REST port specified but does not work
Exporter 1.1.2
This release fixes the following:
- A race condition could sometimes occur while fetching metrics
- When the domain qualifier was enabled, bad metrics were being generated
Exporter 1.1.1
This release fixes the following:
- Error messages should be preceded with comment markers
Exporter 1.1.0
This release adds the following features:
- Support access via load-balancer with the
restPort
parameter - Enable domain name as a qualifier with the
domainQualifier
parameter
and fixes the following bugs:
- Unable to access metrics when query host is not visible to DNS
- Prometheus is not able to parse metrics when WebLogic is running under MS-Windows
- Prometheus is not able to parse floating point metrics when WebLogic uses a non english Locale
- Unable to access attributes at root of serverRuntime
Initial release
This is the initial release of the WebLogic Monitoring Exporter.