Skip to content

Commit 85d66c1

Browse files
committed
Change the metric name
Signed-off-by: Ryan Levick <[email protected]>
1 parent 94c0c08 commit 85d66c1

File tree

1 file changed

+1
-1
lines changed
  • crates/factor-outbound-http/src

1 file changed

+1
-1
lines changed

crates/factor-outbound-http/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ mod concurrent_outbound_connections {
193193
};
194194
if permit.is_ok() {
195195
spin_telemetry::monotonic_counter!(
196-
outbound_http.acquired_permits = 1,
196+
outbound_http.concurrent_connection_permits_acquired = 1,
197197
interface = interface,
198198
waited = waited
199199
);

0 commit comments

Comments
 (0)