We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b234e commit 776d3d7Copy full SHA for 776d3d7
crates/factor-outbound-http/src/lib.rs
@@ -193,7 +193,7 @@ mod concurrent_outbound_connections {
193
};
194
if permit.is_ok() {
195
spin_telemetry::monotonic_counter!(
196
- outbound_http.acquired_permits = 1,
+ outbound_http.concurrent_connection_permits_acquired = 1,
197
interface = interface,
198
waited = waited
199
);
0 commit comments