PerformanceCounterConfiguration Class
Updated: September 18, 2014
Enable the collection of Performance Counters.
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
| Name | Description | |
|---|---|---|
![]() | PerformanceCounterConfiguration() | Initializes a new instance of the PerformanceCounterConfiguration class. |
| Name | Description | |
|---|---|---|
![]() | Annotations | Optional. The display name for the counter. |
![]() | CounterSpecifier | Optional. The name of the performance counter. For example, "\\Processor(_Total)\\% Processor Time". To get a list of performance counters on your host run the command typeperf. |
![]() | SampleRate | Optional. How often the counter should be sampled. |
![]() | Unit | Optional. The unit of measure of the counter. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=cpp)
.jpeg?cs-save-lang=1&cs-lang=cpp)
.jpeg?cs-save-lang=1&cs-lang=cpp)