Class BatchWriteSpansRequest (1.0.0)

BatchWriteSpansRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request message for the BatchWriteSpans method.

Attributes

NameDescription
name str
Required. The name of the project where the spans belong. The format is projects/[PROJECT_ID].
spans Sequence[.trace.Span]
Required. A list of new spans. The span names must not match existing spans, or the results are undefined.