Releases: oracle/weblogic-monitoring-exporter
Releases · oracle/weblogic-monitoring-exporter
WebLogic Monitoring Exporter 2.1.6
What's Changed
Other Changes
- Container image now uses Oracle Java SE 21 LTS
Bug Fixes
- Support corrected for IPv6 addresses
Full Changelog: v2.1.5...v2.1.6
WebLogic Monitoring Exporter 2.1.5
What's Changed
Other Changes
- Container image now uses Oracle Java SE 17 LTS
- Dependency updates for Helidon and Netty
Full Changelog: v2.1.4...v2.1.5
WebLogic Monitoring Exporter 2.1.4
What's Changed
Bug Fixes
- Prefer classes bundled with web app by @russgold
Full Changelog: v2.1.3...v2.1.4
WebLogic Monitoring Exporter 2.1.3
What's Changed
Container image
- The container image is now multi-architecture and includes support for ARM.
Full Changelog: v2.1.2...v2.1.3
WebLogic Monitoring Exporter 2.1.2
WebLogic Monitoring Exporter 2.1.1
What's Changed
Additional Features
Bug Fixes
- Metrics printing fixed on Windows by @russgold in #220
- WebLogic REST API sessions are now managed and should not grow by @russgold in #239
- Forbidden fields are now ignored by @russgold in #240
- Filtering always uses the "name" field by @russgold in #243
Full Changelog: v2.1.0...v2.1.1
Monitoring Exporter 2.1.0
- Metrics can now be filtered to improve performance using the
includedKeyValues
andexcludedKeyValues
configuration options. - The exporter now no longer overwrites the default locale of the container.
- String-valued metrics are now handled, using the
stringValues
configuration item - The home page of the web app now displays the release version
Monitoring Exporter 2.0.7
- Updated Helidon and JDK to more recent versions and updated Oracle Linux base image.
Monitoring Exporter 2.0.6
- Updated Helidon and JDK to more recent versions and updated Oracle Linux base image.
- Significantly reduced container image size using modular JVM.
Monitoring Exporter 2.0.5
- Update Helidon and JDK to more recent versions and update Oracle Linux base image.
- Resolved an issue where the /metrics response for the webapp_open_sessions_high_count metric could have a duplicated key.