schemaUrl property
The Schema URL, if known. This is the identifier of the Schema that the span data is recorded in. To learn more about Schema URL see https://opentelemetry.io/docs/specs/otel/schemas/#schema-url This schema_url applies to all spans and span events in the "spans" field.
Implementation
@$pb.TagNumber(3)
$core.String get schemaUrl => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set schemaUrl($core.String v) {
$_setString(2, v);
}