Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.DataPointsCollection Namespace
Retired Content |
---|
This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling. |
Classes
Class | Description | |
---|---|---|
AzureStorageDataPointsStore |
Implementation of the IDataPointsStore that stores data points in an azure table.
|
|
DataPoint |
Represents a metric value in a specific point in time.
|
|
DataPointsCollectionException |
Represents errors that occur during data point collection.
|
|
DataPointsCollectionLogFormatter | ||
DataPointsStoreException |
Represents errors that occur while accessing a IDataPointsStore.
|
|
DataPointTableEntity |
Persistent entity used by the AzureStorageDataPointsStore.
|
|
InstanceCountChangedEvent |
Represents a change in the instance count of a role.
|
|
InstanceCountChangedProvider |
Implementation of the IInstanceCountChangedProvider based on instance count data points.
|
|
PerformanceCounterDataPointsCollector |
Collects data points representing performance counter values for a specified role.
|
|
QueueLengthDataPointsCollector |
Collects data points representing the length of a queue defined in the service information store.
|
|
RoleInstanceCountDataPointsCollector |
Collects data points representing the instance count of a set of roles.
|
|
RulesStoreDataPointsCollectorsProvider |
Provides data point collectors based on the operands defined in a rules store and the roles in a service information store.
|
|
Sampler |
Performs the collection and storage of data points.
|
|
SamplerManager |
Controls the scheduling of sampling tasks for a set of data points collectors using an IMetronome.
|
|
WadPerformanceCounterDataRetriever |
Actual implementation of the IPerformanceCounterDataRetriever interface that retrieves Windows Azure Diagnostics performance counter samples.
|
|
WadPerformanceCounterEntity |
Entity to retrieve Windows Azure Diagnostics performance counter samples.
|
Interfaces
Interface | Description | |
---|---|---|
IDataPointsCollector |
Provides a generic way to collect data points for a defined metric, that will be used when evaluating reactive rules' conditions.
|
|
IDataPointsCollectorsProvider |
Determines which data point collectors need to be scheduled for collection.
|
|
IDataPointsStore |
Represents a store for DataPoint instance.
|
|
IInstanceCountChangedProvider |
Determines the last instance count change for a role.
|
|
IPerformanceCounterDataRetriever |
Represents the retrieval of performance counter information from the Windows Azure Diagnostics table.
|