struct OpenTelemetry::Proto::Logs::V1::ScopeLogs

Included Modules

Defined in:

proto/logs.pb.cr

Constant Summary

FIELDS = {1 => {name: :scope, pb_type: OpenTelemetry::Proto::Common::V1::InstrumentationScope, crystal_type: OpenTelemetry::Proto::Common::V1::InstrumentationScope, cast_type: OpenTelemetry::Proto::Common::V1::InstrumentationScope?, native: false, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :log_records, pb_type: LogRecord, crystal_type: LogRecord, cast_type: Array(LogRecord)?, native: false, optional: true, repeated: true, default: nil, packed: false}, 3 => {name: :schema_url, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, 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(scope : OpenTelemetry::Proto::Common::V1::InstrumentationScope | Nil = nil, log_records : Array(LogRecord) | Nil = nil, schema_url : String | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def log_records : Array(LogRecord) | Nil #

def log_records=(log_records : Array(LogRecord) | Nil) #

def schema_url : String | Nil #

def schema_url=(schema_url : String | Nil) #



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

def to_protobuf #