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
Organizations without billing alerts now get default spend alert thresholds, so you're notified before usage grows unexpectedly. The billing limit page no longer pre-selects an option before you've set a limit and prompts you to configure one. Alert previews now update immediately after you change your billing limit.
@@ -60,6 +60,21 @@ const workloadCreateDuration = new Histogram({
60
60
registers: [register],
61
61
});
62
62
63
+
constoutboundRequestsTotal=newCounter({
64
+
name: "supervisor_outbound_request_total",
65
+
help: "Count of outbound HTTP requests from the supervisor, by target name, method, response status, and outcome (ok, http_error, invalid_response, network_error).",