Name | Description | |
---|---|---|
![]() | CompareTo | Compare this custom sampled metric definition with another to determine if they are identical. |
![]() ![]() | ContainsKey | Overloaded. Determines whether the collection of all metric definitions contains an element with the specified key. |
![]() | Equals | Overloaded. Determines if the provided object is identical to this object. |
![]() ![]() | IsValidDataType | Checks the provided Type against the list of recognized numeric types and special types supported for SampledMetric data. |
![]() ![]() | Register | Find or create a sampled metric definition from the specified parameters. |
![]() ![]() | RequiresDivisor | Checks the provided SamplingType enum value to determine if that sampling type requires two values per sample. |
![]() ![]() | TryGetValue | Overloaded. Retrieve a SampledMetricDefinition by its Id, if present. (Throws an ArgumentException if the Id resolves to an EventMetricDefinition instead.) |
![]() ![]() | Write | Overloaded. Sample every sampled metric defined by SampledMetric and SampledMetricValue attributes on the provided data object at any interface or inheritance level. |
![]() | WriteSample | Overloaded. Write a metric sample to the specified metric instance with the provided data, for non-fraction sampling types. |