deadlock vs prometheus
Helm Chart package comparison
Side-by-side comparison of deadlock (use uprobe to trace pthread_mutex_lock and pthread_mutex_unl) and prometheus (Prometheus is a monitoring system and time series database.) — both Helm Chart packages.
deadlock
Helm Chart
✓ Verified
✓ Official
use uprobe to trace pthread_mutex_lock and pthread_mutex_unlock in libc.so and detect potential deadlocks
| Version | 0.50.0 |
| ★ Stars | 2.7k |
| By | inspektor-gadget |
| Updated | 1772444944 |
helm repo add gadgets https://github.com/inspektor-gadget/inspektor-gadget/
helm install deadlock gadgets/deadlock --version 0.50.0
prometheus
Helm Chart
✓ Verified
✓ Official
Prometheus is a monitoring system and time series database.
| Version | 28.13.0 |
| ★ Stars | 533 |
| By | prometheus |
| Updated | 1772320181 |
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm install prometheus prometheus-community/prometheus --version 28.13.0