C# Class Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.MetricsEventManager.FunctionActivityTracker

Inheritance: IDisposable
Show file Open project: Azure/azure-webjobs-sdk-script

Private Properties

Property Type Description
FunctionActivityTracker System
FunctionCompleted void
FunctionStarted void
GetDictionaryKey string
GetMetricsQueueSnapshot List
RaiseFunctionMetricEvent void
RaiseFunctionMetricEvents void
RaiseMetricsPerFunctionEvent void
StopEtwTaskAndRaiseFinishedEvent void

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
FunctionActivityTracker ( IEventGenerator generator, int functionActivityFlushInterval ) : System
FunctionCompleted ( FunctionStartedEvent functionStartedEvent ) : void
FunctionStarted ( FunctionStartedEvent startedEvent ) : void
GetDictionaryKey ( string name, System.Guid invocationId ) : string
GetMetricsQueueSnapshot ( ) : List
RaiseFunctionMetricEvent ( RunningFunctionInfo runningFunctionInfo, int concurrency, System.DateTime currentTime ) : void
RaiseFunctionMetricEvents ( ) : void
RaiseMetricsPerFunctionEvent ( ) : void
StopEtwTaskAndRaiseFinishedEvent ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void