C# Class NRConfig.InstrumentAttribute

Inheritance: System.Attribute
显示文件 Open project: Pablissimo/nrconfig Class Usage Examples

Public Methods

Method Description
GetEffectiveInstrumentationContext ( ) : InstrumentAttribute

Generates an instrumentation context that represents the configuration supplied by an ordered collection of contexts, where contexts earlier in the list take higher precedence.

InstrumentAttribute ( ) : System
InstrumentAttribute ( string metricName ) : System
InstrumentAttribute ( string metricName, Metric metric ) : System
InstrumentAttribute ( string metricName, string name, Metric metric ) : System
InstrumentAttribute ( string metricName, string name, string transactionNamingPriority, Metric metric ) : System

Method Details

GetEffectiveInstrumentationContext() public static method

Generates an instrumentation context that represents the configuration supplied by an ordered collection of contexts, where contexts earlier in the list take higher precedence.
public static GetEffectiveInstrumentationContext ( ) : InstrumentAttribute
return InstrumentAttribute

InstrumentAttribute() public method

public InstrumentAttribute ( ) : System
return System

InstrumentAttribute() public method

public InstrumentAttribute ( string metricName ) : System
metricName string
return System

InstrumentAttribute() public method

public InstrumentAttribute ( string metricName, Metric metric ) : System
metricName string
metric Metric
return System

InstrumentAttribute() public method

public InstrumentAttribute ( string metricName, string name, Metric metric ) : System
metricName string
name string
metric Metric
return System

InstrumentAttribute() public method

public InstrumentAttribute ( string metricName, string name, string transactionNamingPriority, Metric metric ) : System
metricName string
name string
transactionNamingPriority string
metric Metric
return System