schemaUrl property

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

The Schema URL, if known. This is the identifier of the Schema that the resource 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 the data in the "resource" field. It does not apply to the data in the "scope_metrics" field which have their own schema_url 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);
}