Operational Insights Front-End Release Notes
This topic describes about Operational Insights Front-End releases.
1.0.0
Released: Feb 2022
New in this release
Displays configuration and runtime data
The webapp retrieves all details from the Operational Insights REST API and formats it for readability. Both confirmation and runtime details are displayed.
The details are split into the following sections:
- Elastic Path Services
- Hardware
- Operating System
- JVM
- Application Server
- Database Client
- JMS Client
- Caching
- Database
- Settings
- Data Shape
Recommendations
The webapp scans the results returned by the REST API and flags configuration values that deviate from known best practices. The webapp also flags runtime values that may indicate a performance or stability issue. When a recommendation is highlighted, a link with more information about how to correct the issue is displayed.
The recommendations provided by the webapp represent known best practices that often evolve over time. Future versions of the webapp may provide additional or different recommendations, so make sure to stay up-to-date.
Online and offline modes
The Operational Insights Front-End supports two modes for retrieving configuration and runtime details from an Elastic Path Commerce environment:
- In online mode, the Operational Insights Front-End connects directly to the Integration Server REST APIs.
- In offline mode, the Operational Insights Front-End can read the Integration Server REST API response from a file. This mode is useful when a direct connection to the Integration Server REST APIs is not possible. Realtime updates are disabled in this mode.
Realtime updates
If operating in online mode, realtime updates can be enabled. This causes the front-end to query the REST API for runtime data every 5 seconds and update the results in the user-interface. This can be useful for monitoring a production environment or a performance environment under load.
Fixed issues
None.