Class InstrumentationProvider
Defines a base provider for InstrumentationDaemon
Inheritance
System.Object
InstrumentationProvider
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Instrumentation
Assembly: Azos.dll
Syntax
public abstract class InstrumentationProvider : DaemonWithInstrumentation<InstrumentationDaemon>, IDisposable, IDaemon, IDaemonView, IApplicationComponent, INamed, IConfigurable, ILocalizedTimeProvider, IInstrumentable, IExternallyParameterized
Constructors
InstrumentationProvider(InstrumentationDaemon)
Declaration
protected InstrumentationProvider(InstrumentationDaemon director)
Parameters
Type | Name | Description |
---|---|---|
InstrumentationDaemon | director |
Properties
ComponentLogTopic
Declaration
public override string ComponentLogTopic { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
InstrumentationEnabled
Declaration
[Config]
[ExternalParameter(new string[]{"instrumentation"})]
public override bool InstrumentationEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Azos.Apps.DaemonWithInstrumentation<Azos.Instrumentation.InstrumentationDaemon>.InstrumentationEnabled
Methods
AfterBatch(Object)
Declaration
protected virtual void AfterBatch(object batchContext)
Parameters
Type | Name | Description |
---|---|---|
System.Object | batchContext |
AfterType(Type, Object, Object)
Declaration
protected virtual void AfterType(Type type, object batchContext, object typeContext)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | |
System.Object | batchContext | |
System.Object | typeContext |
BeforeBatch()
Declaration
protected virtual object BeforeBatch()
Returns
Type | Description |
---|---|
System.Object |
BeforeType(Type, Object)
Declaration
protected virtual object BeforeType(Type type, object batchContext)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | |
System.Object | batchContext |
Returns
Type | Description |
---|---|
System.Object |
Write(Datum, Object, Object)
Declaration
protected abstract void Write(Datum aggregatedDatum, object batchContext, object typeContext)
Parameters
Type | Name | Description |
---|---|---|
Datum | aggregatedDatum | |
System.Object | batchContext | |
System.Object | typeContext |
Implements
System.IDisposable