get_outbound_client_metrics
Inspect outbound HTTP client metrics for a Kubernetes workload to identify slow downstream dependencies and error rates from the caller's perspective.
Instructions
[probe] Latency/error rate per downstream target from http.client.requests: which dependency is slow, from the caller's view.
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) |