Sha256: c07fb7cb649649a302be6b95747fcfa0b4fc1d7a5c9069475b291bf5d6c77c46

Contents?: true

Size: 235 Bytes

Versions: 1

Compression:

Stored size: 235 Bytes

Contents

class Brut::Instrumentation::HTTPEvent < Brut::Instrumentation::Event
  def initialize(http_method:,name:,path:,details:{})
    super(category: "http", subcategory: http_method, name: name, details: details.merge(path:path))
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
brut-0.0.1 lib/brut/instrumentation/http_event.rb