schemaUrl property

  1. @TagNumber.new(3)
String get schemaUrl

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);
  1. @TagNumber.new(3)
set schemaUrl (String v)

Implementation

@$pb.TagNumber(3)
set schemaUrl($core.String v) {
  $_setString(2, v);
}