struct OpenTelemetry::Proto::Metrics::V1::NumberDataPoint
- OpenTelemetry::Proto::Metrics::V1::NumberDataPoint
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
proto/metrics.pb.crConstant Summary
-
FIELDS =
{7 => {name: :attributes, pb_type: OpenTelemetry::Proto::Common::V1::KeyValue, crystal_type: OpenTelemetry::Proto::Common::V1::KeyValue, cast_type: Array(OpenTelemetry::Proto::Common::V1::KeyValue)?, native: false, optional: true, repeated: true, default: nil, packed: false}, 2 => {name: :start_time_unix_nano, pb_type: :fixed64, crystal_type: UInt64, cast_type: UInt64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :time_unix_nano, pb_type: :fixed64, crystal_type: UInt64, cast_type: UInt64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :as_double, pb_type: :double, crystal_type: Float64, cast_type: Float64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :as_int, pb_type: :sfixed64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :exemplars, pb_type: Exemplar, crystal_type: Exemplar, cast_type: Array(Exemplar)?, native: false, optional: true, repeated: true, default: nil, packed: false}, 8 => {name: :flags, pb_type: :uint32, crystal_type: UInt32, cast_type: UInt32?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
- .new(buf : Protobuf::Buffer)
- .new(attributes : Array(OpenTelemetry::Proto::Common::V1::KeyValue) | Nil = nil, start_time_unix_nano : UInt64 | Nil = nil, time_unix_nano : UInt64 | Nil = nil, as_double : Float64 | Nil = nil, as_int : Int64 | Nil = nil, exemplars : Array(Exemplar) | Nil = nil, flags : UInt32 | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #as_double : Float64 | Nil
- #as_double=(as_double : Float64 | Nil)
- #as_int : Int64 | Nil
- #as_int=(as_int : Int64 | Nil)
- #attributes : Array(OpenTelemetry::Proto::Common::V1::KeyValue) | Nil
- #attributes=(attributes : Array(OpenTelemetry::Proto::Common::V1::KeyValue) | Nil)
- #exemplars : Array(Exemplar) | Nil
- #exemplars=(exemplars : Array(Exemplar) | Nil)
- #flags : UInt32 | Nil
- #flags=(flags : UInt32 | Nil)
- #start_time_unix_nano : UInt64 | Nil
- #start_time_unix_nano=(start_time_unix_nano : UInt64 | Nil)
- #time_unix_nano : UInt64 | Nil
- #time_unix_nano=(time_unix_nano : UInt64 | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(attributes : Array(OpenTelemetry::Proto::Common::V1::KeyValue) | Nil = nil, start_time_unix_nano : UInt64 | Nil = nil, time_unix_nano : UInt64 | Nil = nil, as_double : Float64 | Nil = nil, as_int : Int64 | Nil = nil, exemplars : Array(Exemplar) | Nil = nil, flags : UInt32 | Nil = nil)
#