Skip to content

Commit

Permalink
Merge 8785389 into 40091e1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmc committed Aug 15, 2016
2 parents 40091e1 + 8785389 commit 9cbe827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prometheus/client/rack/collector.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def init_request_metrics
:http_requests_total,
'A counter of the total number of HTTP requests made.',
)
@durations = @registry.summary(
@durations = @registry.histogram(
:http_request_duration_seconds,
'A histogram of the response latency.',
)
Expand Down

0 comments on commit 9cbe827

Please sign in to comment.