DataPointsObservabilityMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An indication of how the data point should be mapped to OpenTelemetry.
public readonly struct DataPointsObservabilityMode : IEquatable<Azure.ResourceManager.DeviceRegistry.Models.DataPointsObservabilityMode>
type DataPointsObservabilityMode = struct
Public Structure DataPointsObservabilityMode
Implements IEquatable(Of DataPointsObservabilityMode)
- Inheritance
-
DataPointsObservabilityMode
- Implements
Constructors
DataPointsObservabilityMode(String) |
Initializes a new instance of DataPointsObservabilityMode. |
Properties
Counter |
Map as counter to OpenTelemetry. |
Gauge |
Map as gauge to OpenTelemetry. |
Histogram |
Map as histogram to OpenTelemetry. |
Log |
Map as log to OpenTelemetry. |
None |
No mapping to OpenTelemetry. |
Methods
Equals(DataPointsObservabilityMode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DataPointsObservabilityMode, DataPointsObservabilityMode) |
Determines if two DataPointsObservabilityMode values are the same. |
Implicit(String to DataPointsObservabilityMode) |
Converts a string to a DataPointsObservabilityMode. |
Inequality(DataPointsObservabilityMode, DataPointsObservabilityMode) |
Determines if two DataPointsObservabilityMode values are not the same. |
Applies to
Azure SDK for .NET