2 مستودعات
Isolating system errors and events by filtering logs from Kubernetes pods and containers.
Distinct from Kubernetes Pod Debugging: Focuses on log stream analysis for debugging rather than attaching an interactive debugger to a process
Explore 2 awesome GitHub repositories matching development tools & productivity · Log-Based Debugging. Refine with filters or upvote what's useful.
Stern هي أداة تصحيح أخطاء سطر أوامر لـ Kubernetes ومجمع سجلات مصمم لبث وتصفية السجلات من Pods وحاويات متعددة. تعمل كأداة لتتبع السجلات (Log tailing) تقوم بدمج البيانات في الوقت الفعلي من الموارد الموزعة في مخرجات واحدة ملونة. تستخدم الأداة التعبيرات النمطية لتحديد الـ Pods وتصفية محتوى السجل، مما يسمح بعزل أحداث نظام معينة. تقوم بتتبع دورة حياة الموارد تلقائياً، باستخدام آلية مراقبة للارتباط بـ Pods جديدة تطابق معايير التصفية وإزالة المحذوفة منها من العرض النشط. تشمل القدرات تصفية تدفقات السجلات حسب بيانات تعريف Kubernetes، والتسميات، وNamespaces، بالإضافة إلى تقييد المخرجات بأنواع موارد معينة مثل عمليات النشر أو الوظائف. توفر الأداة خيارات لتنسيق المخرجات القائم على القوالب، وتمييز المحتوى، والقدرة على تحليل السجلات المحلية من المدخلات القياسية.
Enables isolating errors across cluster resources using metadata filters and regular expressions.
nodejs-dashboard is a command-line observability tool and performance monitor for Node.js applications. It functions as a terminal-based diagnostic dashboard that tracks real-time resource usage, event loop latency, and process health. The tool uses process injection to capture telemetry and monitor running processes without requiring manual instrumentation of the application source code. It employs a grid-based layout engine to visualize this data, allowing the separation of standard output and error streams into distinct panels for log debugging. Users can define the visual arrangement of
Separates standard output and error streams into distinct terminal views to isolate bugs and troubleshoot logs.