NewRelic
Inherits Reference < Object
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 -> )
Sourcenew(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)
SourceInstance methods
app
Sourceconfig
Sourcedestroy!
Sourcenon_web_transaction(label, &blk : Transaction -> )
Sourcetransaction(label, blk : Transaction -> , type : Symbol = @type)
Sourcetransaction(label, type : Symbol = @type, &blk : Transaction -> )
Sourceversion
Sourceweb_transaction(label, &blk : Transaction -> )
Source