otlpEndpoint property

  1. @TagNumber(4)
String get otlpEndpoint

Send trace spans to an OTLP gRPC endpoint.

Implementation

@$pb.TagNumber(4)
$core.String get otlpEndpoint => $_getSZ(3);
  1. @TagNumber(4)
set otlpEndpoint (String v)

Implementation

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