otlpEndpoint property
- @TagNumber(4)
Send trace spans to an OTLP gRPC endpoint.
Implementation
@$pb.TagNumber(4)
$core.String get otlpEndpoint => $_getSZ(3);
- @TagNumber(4)
Implementation
@$pb.TagNumber(4)
set otlpEndpoint($core.String v) { $_setString(3, v); }