Skip to content

Commit 86937c4

Browse files
authored
Fixes complete_and_error metric typo (#42)
1 parent 564336e commit 86937c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/prg_worker_sidecar.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ complete_and_error(Pid, _Deadline, StorageOpts, NsId, TaskResult, ProcessUpdates
132132
infinity
133133
)
134134
end,
135-
prg_utils:with_observe(Fun, ?COMPLETION_KEY, [erlang:atom_to_list(NsId), "complete_and_unlock"]).
135+
prg_utils:with_observe(Fun, ?COMPLETION_KEY, [erlang:atom_to_list(NsId), "complete_and_error"]).
136136

137137
-spec remove_process(pid(), timestamp_ms(), storage_opts(), namespace_id(), id()) ->
138138
ok | no_return().

0 commit comments

Comments
 (0)