struct OpenTelemetry::Proto::Metrics::V1::Gauge

Included Modules

Defined in:

proto/metrics.pb.cr

Constant Summary

FIELDS = {1 => {name: :data_points, pb_type: NumberDataPoint, crystal_type: NumberDataPoint, cast_type: Array(NumberDataPoint)?, native: false, optional: true, repeated: true, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(buf : Protobuf::Buffer) #

def self.new(data_points : Array(NumberDataPoint) | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def data_points : Array(NumberDataPoint) | Nil #

def data_points=(data_points : Array(NumberDataPoint) | Nil) #

def to_protobuf(io : IO, embedded = false) #

def to_protobuf #