get_thread_dump_summary
Summarizes a Java thread dump from a Kubernetes pod into thread states, pool busy/total, lock contention, deadlock indicators, and top stack signatures, omitting the raw dump.
Instructions
[probe] Actuator threaddump reduced to: threads by state, pool busy/total, lock contention, DEADLOCK detection, top stack signatures. Never the raw dump.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pod | No | Exact pod name (alternative to service) | |
| service | No | Workload name as you would say it: a Deployment, StatefulSet, DaemonSet, Service, or Pod name | |
| namespace | No | Kubernetes namespace (required: no default configured; see list_namespaces) |