I am currently developing an application in Golang that uses Open Telemetry for tracing, logging, and metrics.
It will be deployed to GKE.
I know that GKE supports exporting the STDOUT and STDERR to Cloud logging.
Is it possible to support otel trace logs as well? I was wondering if these logs will be sent to Cloud Tracer instead of Cloud Logging.
Note: I am aware that you can use an Open Telemetry Collector deployment in the cluster and have the traces be sent via it. I want a solution that doesn't require the collector if possible, for simplicity.