Skip to content

Commit

Permalink
Merge pull request #312 from interagent/bring-back-instruments
Browse files Browse the repository at this point in the history
Re-introduce the instruments middleware
  • Loading branch information
gudmundur authored May 30, 2017
2 parents def3303 + 38e388d commit 83f011f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/template/lib/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
use Pliny::Middleware::RequestID
use Pliny::Middleware::RequestStore::Seed, store: Pliny::RequestStore
use Pliny::Middleware::Metrics
use Pliny::Middleware::Instruments
use Pliny::Middleware::CanonicalLogLine,
emitter: -> (data) {
Pliny.log_with_default_context({ canonical_log_line: true }.merge(data))
Expand Down

0 comments on commit 83f011f

Please sign in to comment.