Skip to content

Commit

Permalink
Reduce noise on the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Oct 29, 2024
1 parent 8aeb83a commit c943341
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/transport/lib/transport/appsignal_ecto_telemetry.ex
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ defmodule Transport.AppSignal.EctoTelemetry do
case measurements do
%{queue_time: queue_time} ->
Appsignal.add_distribution_value("ecto.queue_time", System.convert_time_unit(queue_time, :native, :millisecond))

_ ->
nil
end
Expand Down

0 comments on commit c943341

Please sign in to comment.