Changes in v3.0.2
Bug Fixes
- Resolved an issue where guest metrics could briefly display as 0 or N/A in the UI during the background discovery cycle. Metrics are no longer cleared prematurely while fetching structural updates. (#1)
Chores
- Refined server-side logging output:
- Reduced default log verbosity by making frequent success messages (cycle completions, data emissions) only appear when
DEBUG_METRICS
is enabled. - Enhanced error logging for API requests to include the HTTP status code when available, improving diagnostics. (#1)
- Reduced default log verbosity by making frequent success messages (cycle completions, data emissions) only appear when
Issue reference: #1 relates to the discussion where these changes were implemented.