You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trace info (trace_id and span_id) is only added to logs by the OTEL exporter. This means that logs exported to stdout, currently captured by Google Cloud, do not have this info. It'd be handy to have it in google cloud as well. We need to research what does google cloud expect for tracing, and add those fields to the default sdout exporter.
The text was updated successfully, but these errors were encountered:
Trace info (
trace_id
andspan_id
) is only added to logs by the OTEL exporter. This means that logs exported to stdout, currently captured by Google Cloud, do not have this info. It'd be handy to have it in google cloud as well. We need to research what does google cloud expect for tracing, and add those fields to the default sdout exporter.The text was updated successfully, but these errors were encountered: