Closed alexFilichkin closed 3 hours ago
I cannot find an example of using the OTEL SDK for Go for logging.
How long have you been trying? I hope that they are pretty accessible in multiple places.
From https://github.com/open-telemetry/opentelemetry-go:
The examples are a good way to see some practical uses of this process.
You can there find:
Under https://opentelemetry.io/docs/languages/go/ we have:
We have also an example in Go Logs SDK package docs:
I need to write logs from a Golang app to OTEL Collector. I cannot find an example of using the OTEL SDK for Go for logging. I know it's in beta, but we should have some samples anyway.