class

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 -> )
Source
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)
Source

Instance methods

config
Source
destroy!
Source
non_web_transaction(label, &blk : Transaction -> )
Source
transaction(label, blk : Transaction -> , type : Symbol = @type)
Source
transaction(label, type : Symbol = @type, &blk : Transaction -> )
Source
version
Source
web_transaction(label, &blk : Transaction -> )
Source

Nested types