Class SkyInstrumentationProvider
Reduces instrumentation data stream and uploads it to the higher-standing zone governor
Inheritance
System.Object
SkyInstrumentationProvider
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.Sky.Instrumentation
Assembly: Azos.Sky.dll
Syntax
public class SkyInstrumentationProvider : InstrumentationProvider, IDisposable, IDaemon, IDaemonView, IApplicationComponent, INamed, IConfigurable, ILocalizedTimeProvider, IInstrumentable, IExternallyParameterized
Constructors
SkyInstrumentationProvider()
Declaration
public SkyInstrumentationProvider()
SkyInstrumentationProvider(InstrumentationDaemon)
Declaration
public SkyInstrumentationProvider(InstrumentationDaemon director)
Parameters
Type | Name | Description |
---|---|---|
InstrumentationDaemon | director |
Fields
CONFIG_HOST_ATTR
Declaration
public const string CONFIG_HOST_ATTR = "host"
Field Value
Type | Description |
---|---|
System.String |
Properties
LogLevel
Specifies the log level for operations performed by Pay System.
Declaration
[Config(Default = MessageType.Warning)]
[ExternalParameter(new string[]{"log"})]
public MessageType LogLevel { get; set; }
Property Value
Type | Description |
---|---|
MessageType |
Methods
AfterBatch(Object)
Declaration
protected override void AfterBatch(object batchContext)
Parameters
Type | Name | Description |
---|---|---|
System.Object | batchContext |
Overrides
BeforeBatch()
Declaration
protected override object BeforeBatch()
Returns
Type | Description |
---|---|
System.Object |
Overrides
DoConfigure(IConfigSectionNode)
Declaration
protected override void DoConfigure(IConfigSectionNode node)
Parameters
Type | Name | Description |
---|---|---|
IConfigSectionNode | node |
Overrides
Write(Datum, Object, Object)
Declaration
protected override void Write(Datum aggregatedDatum, object batchContext, object typeContext)
Parameters
Type | Name | Description |
---|---|---|
Datum | aggregatedDatum | |
System.Object | batchContext | |
System.Object | typeContext |
Overrides
Implements
System.IDisposable