trace property

String? trace
getter/setter pair

The trace ID being written to Cloud Trace (https://docs.cloud.google.com/trace/docs) in association with this log entry.

For example, if your trace data is stored in the Cloud project "my-trace-project" and if the service that is creating the log entry receives a trace header that includes the trace ID "12345", then the service should use "12345".The REST resource name of the trace is also supported, but using this format is not recommended. An example trace REST resource name is similar to "projects/my-trace-project/traces/12345".The trace field provides the link between logs and traces. By using this field, you can navigate from a log entry to a trace.

Optional.

Implementation

core.String? trace;