Freigeben über


DataPointsObservabilityMode Struct

Definition

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