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
@@ -60,6 +60,13 @@ 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).",
0 commit comments