You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mcp.WithDescription("Lists the pods with the highest rate of HTTP 4xx and 5xx errors over a time window, allowing filtering by cluster, namespace, workload type, and workload name. Pass start/end (RFC3339) to specify the window. The legacy 'interval' param is retained for backward compatibility; start/end take precedence when both are provided."),
33
-
mcp.WithString("interval", mcp.Description("Deprecated: use start/end instead. Time interval for the query (e.g. '1h', '30m'). Default is '1h'. Ignored when start is provided.")),
31
+
mcp.WithDescription("Lists the pods with the highest rate of HTTP 4xx and 5xx errors over a time window, allowing filtering by cluster, namespace, workload type, and workload name. Pass start/end (RFC3339) for an explicit window, or intervalfor a relative duration."),
32
+
mcp.WithString("interval", mcp.Description("Time interval for the query (e.g. '1h', '30m'). Default is '1h'. Ignored when start/end are provided.")),
34
33
mcp.WithString("cluster_name", mcp.Description("The name of the cluster to filter by.")),
35
34
mcp.WithString("namespace_name", mcp.Description("The name of the namespace to filter by.")),
36
35
mcp.WithString("workload_type", mcp.Description("The type of the workload to filter by.")),
0 commit comments