schemaUrl property
The Schema URL, if known. This is the identifier of the Schema that the metric 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 metrics in the "metrics" field.
Implementation
@$pb.TagNumber(3)
$core.String get schemaUrl => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set schemaUrl($core.String v) {
$_setString(2, v);
}