Hi folks, Does Go's auto instrumentation support l...
# support
h
Hi folks, Does Go's auto instrumentation support logging?
n
No it doesn’t.
h
it is also not supported by OpenTelemetry itself. Right?
n
yes
h
Do you know if they have any plans to add this feature in the future?
n
logs is yet to be in GA for golang. you can check this board https://github.com/orgs/open-telemetry/projects/43
h
alright. thanks!
n
Something more, if you'd want to instrument the logs from go application, make sure to send those application logs to a file instead and use the
filelog/app
receiver.
👍 1
h
could you clarify why I should not send the logs directly to the collector through OTLP if I do the manual instrumentaion? @Nitish
n
generally there is no sdk that lets you send the logs directly through otlp IMO cc: @Chitransh Gupta
h
n
Thanks for sharing, i think this was added recently.
👍 1