alias OpenTelemetry::Exporter::Trace
Alias Definition
OpenTelemetry::Proto::Trace::V1::ResourceSpans
Defined in:
exporter.cr
Constant Summary
-
FIELDS =
{1 => {name: :resource, pb_type: OpenTelemetry::Proto::Resource::V1::Resource, crystal_type: OpenTelemetry::Proto::Resource::V1::Resource, cast_type: OpenTelemetry::Proto::Resource::V1::Resource?, native: false, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :instrumentation_library_spans, pb_type: InstrumentationLibrarySpans, crystal_type: InstrumentationLibrarySpans, cast_type: Array(InstrumentationLibrarySpans)?, 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)