Skip to content

Commit

Permalink
Add missing my_app.repo summary entry (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
Junaid Farooq committed May 13, 2020
1 parent dacd8f0 commit 32a64e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/telemetry_metrics.ex
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ defmodule Telemetry.Metrics do
summary("my_app.repo.query.total_time", unit: {:native, :millisecond}),
summary("my_app.repo.query.decode_time", unit: {:native, :millisecond}),
summary("my_app.repo.query.query_time", unit: {:native, :millisecond}),
summary("my_app.repo.query.idle_time", unit: {:native, :millisecond}),
summary("my_app.repo.query.queue_time", unit: {:native, :millisecond}),
# Phoenix Time Metrics
Expand Down

0 comments on commit 32a64e1

Please sign in to comment.