Fix an accidentally wrong partial git stage

This commit is contained in:
Zahary Karadjov 2023-03-09 22:28:46 +02:00
parent e808fda02c
commit f5a3ea6cbb
No known key found for this signature in database
GPG Key ID: C1F42EAFF38D570F
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ proc trackEngineApiRequest(connection: ELConnection,
# TODO `udata` is nil here. How come?
# This forces us to create a GC cycle between the Future and the closure
if request.completed:
engine_api_response_time.observe(
engine_api_request_duration_seconds.observe(
float(milliseconds(Moment.now - startTime)) / 1000.0,
[connection.engineUrl.url, requestName])