class NewRelic
- NewRelic
- Reference
- Object
Defined in:
new_relic.crnew_relic/config.cr
new_relic/config/environment.cr
new_relic/config/file.cr
new_relic/exceptions.cr
new_relic/segment/datastore_params.cr
new_relic/segment/external_params.cr
Constructors
- .new(configuration_file : String | Nil = nil, app_name : String | Nil = nil, license_key : String | Nil = nil, logfile : String | Nil = nil, loglevel : String = "info", wait : Int32 = 10000, type : Symbol = :web, config : NewRelic::Config | Nil = nil, &blk : NewRelic -> )
- .new(configuration_file : String | Nil = nil, app_name : String | Nil = nil, license_key : String | Nil = nil, logfile : String | Nil = nil, loglevel : String = "info", wait : Int32 = 10000, type : Symbol = :web, config : NewRelic::Config | Nil = nil)
Instance Method Summary
- #app : NewRelicExt::AppT
- #config : Config
- #destroy!
- #non_web_transaction(label, &blk : Transaction -> )
- #transaction(label, blk : Transaction -> , type : Symbol = @type)
- #transaction(label, type : Symbol = @type, &blk : Transaction -> )
- #version
- #web_transaction(label, &blk : Transaction -> )
Constructor Detail
def self.new(configuration_file : String | Nil = nil, app_name : String | Nil = nil, license_key : String | Nil = nil, logfile : String | Nil = nil, loglevel : String = "info", wait : Int32 = 10000, type : Symbol = :web, config : NewRelic::Config | Nil = nil, &blk : NewRelic -> )
#
def self.new(configuration_file : String | Nil = nil, app_name : String | Nil = nil, license_key : String | Nil = nil, logfile : String | Nil = nil, loglevel : String = "info", wait : Int32 = 10000, type : Symbol = :web, config : NewRelic::Config | Nil = nil)
#