Exporting logs #806
Replies: 2 comments 6 replies
-
|
Hey! Which backend are you using? |
Beta Was this translation helpful? Give feedback.
6 replies
-
|
Hey @maaramirezpi. otel4s 0.14.0 includes the logs module. Warning The logging module is only for bridging logs from other logging frameworks into OpenTelemetry. You can use it to forward logs from the logging framework (e.g. scribe) into OpenTelemetry. Then they will be exported through OTLP alongside the metrics and traces. Here is the documentation: https://typelevel.org/otel4s/instrumentation/logs.html. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
First of all, thank you for the great work and effort put in this.
I've been using otel4s for the past weeks, and have successfully exported tracing and metrics. Curious about if there is a workaround to export logs as well, I've spent quite some time trying to make it work for logs with no success.
Some guidance/advices will be much appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions