We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6aceb34 + cbcba38 commit a5f2b75Copy full SHA for a5f2b75
src/swift_server.rs
@@ -250,11 +250,6 @@ pub async fn send_heartbeat(server_params: &mut ServerParams) -> () {
250
.order_type_counter
251
.with_label_values(&["_", "heartbeat"])
252
.inc();
253
-
254
- server_params
255
- .metrics
256
- .response_time_histogram
257
- .observe((unix_now_ms() - hearbeat_time) as f64);
258
}
259
Err((e, _)) => {
260
log::error!(
@@ -284,11 +279,6 @@ pub async fn send_heartbeat(server_params: &mut ServerParams) -> () {
284
279
285
280
286
281
287
288
289
290
291
292
282
293
283
Err(e) => {
294
0 commit comments