13.7.2. What’s Fixed in 7.5.0
This section describes bugs fixed in Observability Framework 7.5.0. These are fixes since 7.4.0.
RTI® Connext® 7.5.0 is an early access release. See the Connext Versions and Lifecycle page for more information on RTI’s software release model.
For what’s new and fixed in other products in the Connext suite, see those products’ release notes on the RTI Community Portal or in your installation.
[Critical]: System-stopping issue, such as a crash or data loss.
[Major]: Significant issue with no easy workaround.
[Minor]: Issue that usually has a workaround.
[Trivial]: Small issue, such as a typo in a log.
13.7.2.1. Crashes
13.7.2.1.1. [Critical] Collector Service crashed when processing malformed HTTP commands
Collector Service may have crashed if any of the following required fields’ contents were misspelled, omitted, or the wrong type:
resource_selector or subscribe_metric_selectors field contents while processing the metrics command
metrics::set_subscription_stateresource_selector, subscribe_metric_selectors, or unsubscribe_metric_selectors field contents while processing the metrics command
metrics::update_subscription_stateapplication_selector, logging_settings, facility, or verbosity field contents while processing the logging commands
logging::set_collection_levelorlogging::set_forwarding_level
[RTI ISSUE ID OCA-374]
13.7.2.2. Other
13.7.2.2.1. [Minor] Collector Service did not export all DDS Entities when periodic metrics not enabled
Collector Service may not have detected all DDS entities during discovery when the monitoring application didn’t activate at least one periodic metric during the discovery phase.
[RTI ISSUE ID OCA-367]
13.7.2.2.2. [Trivial] Observability configuration script did not work with Docker Compose V1
Due to an error, the Observability script used to configure a Docker workspace only worked with Docker Compose V2. Docker Compose V1 and V2 now work as expected.
[RTI ISSUE ID GRAF-189]