Releases: f5devcentral/application-study-tool
v0.9.6
v0.9.5 Release
- Updated Prometheus version to v2.53.5
- Updated Grafana version to v11.6.3
- Misc dashboard fixes
- Security fixes
v0.9.4
- Fix for DoS profile configuration
v0.9.3
v0.9.2
🚨 Be sure to note breaking change in v0.9.0 🚨
This version updates the collector to v0.9.2 with misc bug fixes listed below.
Collector v0.9.2
Fixed
- Fix dataType enabled knob for SSL Cert collection
- Fix DNS Profile and Network Interface endpoint $select filters
- Fix token deletion flow for non-admin accounts
v0.9.1
🚨 Be sure to note breaking change in v0.9.0 🚨
v0.9.1
Fixed
- Issue with Fleet Inventory Active Module panel display
- Documented config flag for disabling all bash command collection
Collector v0.9.1
Fixed
- Fixed API response parsing for subset of collector calls.
- Fixed collection for metric f5.pool_member.connections
Changed
- Bash call processing enhancement: calls with results including malformed rows will produce values for the valid rows
- Exposed BigIP Receiver config flag
enable_bash_collection(default = true) to allow non-admin account users to turn these calls off rather than allowing them to fail with authorization errors.
v0.9.0
🚩🚩 Breaking Change 🚩🚩
Collection for the following data types are now defaulted to 'disabled' to better align with default behavior of an LTM only device. To continue collection in environments with these modules licensed, please override the appropriate global or device level config flags:
- f5.policy.api_protection
- f5.policy.asm
- f5.policy.firewall
- f5.policy.ip_intelligence
- f5.policy.nat
- f5.profile.dos
- f5.apm
The complete list of data types is here
Added
- Enabled / Licensed module table on Fleet Inventory Dashboard
- Device SSL Dashboard
Changed
- Default disabled the above modules which previously resulted in 400 errors
- Modified authentication token flow to address BigIP Bug ID1787517
- Misc documentation fixes
- Misc dashboard fixes
v0.8.1
Bug Fix Release with new collector image v0.8.1:
- Fix an issue with v0.8.0 where metrics for pool members in partitions other than /Common were not correctly gathered.
- Fix an issue with incorrect unit conversions on f5.virtual_server.clientside.bytes_in / out (VS data rates will appear to decrease on upgrade)
v0.8.0
This release adds additional module support in the otel collector and accompanying dashboards, and includes performance improvements for devices with very large configurations.
It's recommended that any organization which modified page_item_limit to support large device configs remove that it favor of the default settings.
Added
- Fleet Dashboard with cgnat stats
- Fleet Dashboard with DoS stats
- Fleet Dashboard with Firewall Rule stats
- Fleet Dashboard with Access Policy Manager
Changed
- Update Device Overview Dashboard with network interface metrics
- Update units on network data rates to bits instead of Bytes (all dashboards)
- Modify otel collector self-telemetry settings to allow prometheus communication after upstream updates
Fixed
- units suffix on dashboards with f5.module.license.info and f5.profile.fastl4.tx_errors
- missing dataType field added to f5.pool.member.info
OTEL Collector Release Notes v0.8.0
Added
- add cgnat stats support (default disabled)
- add DoS stats support (default disabled)
- add Firewall Rule stats support (default disabled)
- add Access Policy Manager stats support (default disabled)
- add Network Interface / Vlan Interface / Self IP metrics support
Changed
- Upgrade to otel core v0.119.0
- Modify api token logic to better handle very long scrape durations
- Better suppression for Unlicensed Module errors/warnings during scrape
- Refactor pool member stats collection to improve performance
- Refactor query pagination default settings and client handling (default settings for page_item_limit now recommended for all size configs)
Fixed
- Fix units suffix on f5.module.license.info, f5.profile.fastl4.tx_errors