Sha256: 18d55f54e404cf0b6ee9977105d86db973c7af6127b32062c6e43ace5f044f71
Contents?: true
Size: 379 Bytes
Versions: 1
Compression:
Stored size: 379 Bytes
Contents
module Brut::Instrumentation autoload(:Basic,"brut/instrumentation/basic") autoload(:Subscriber,"brut/instrumentation/subscriber") autoload(:Event,"brut/instrumentation/event") autoload(:HTTPEvent,"brut/instrumentation/http_event") def instrument(**args,&block) Brut.container.instrumentation.instrument(Brut::Instrumentation::Event.new(**args),&block) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brut-0.0.1 | lib/brut/instrumentation.rb |