bugfix/menu fixes#8
Merged
Merged
Conversation
…and user experience.
…d monitoring. Added detailed debug and error messages in GetQuarantinedServers and ListQuarantinedUpstreamServers methods, along with improvements in state management for tray UI updates.
…osity and improve clarity. Removed redundant debug messages and streamlined cache checks for better performance.
…s, enhancing visual clarity and consistency.
rannow
pushed a commit
to rannow/mcpproxy-go
that referenced
this pull request
Sep 23, 2025
- Bug fix for Quarantine Servers (0) after app start. Improvements in state management for tray UI updates. - Update autostart menu item icons for macOS to improve visual clarity and user experience.
Dumbris
added a commit
that referenced
this pull request
Nov 3, 2025
… (Issue #8) Added detailed structured logging with metrics tags for complete observability of Docker recovery operations. All recovery events now emit metrics for monitoring and analysis. Changes: - Added startup logging of Docker recovery configuration - Log existing recovery state on startup for visibility - Added detailed success metrics logging: - Total attempts, duration, average interval - Resumed from attempt count - Intervals used during recovery - Added retry metrics logging for each attempt: - Current attempt number - Elapsed time since recovery started - Next retry interval - Error details - Added reconnection phase metrics: - Success: reconnect attempt, max attempts - Failure: attempts exhausted - All metrics logs tagged with "metric_type" for easy filtering: - docker_recovery_success - docker_recovery_retry - docker_recovery_reconnect_success - docker_recovery_reconnect_failure Benefits: - Easy monitoring via log aggregation tools (grep, Splunk, etc.) - Complete audit trail of recovery attempts - Performance analysis of recovery intervals - Failure investigation with detailed context - Persistent state file provides queryable metrics snapshot - All E2E tests passing (25/25) Example metrics query: grep 'metric_type.*docker_recovery' /path/to/logs/*.log 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.