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
It would be a new feature aimed at integrating with OTLP. This would help us have systems with tracing alongside logs.
I think it’s feasible to create a new package “zapotlp” and, to maintain compatibility, we can create a new method WithSpan that returns a Logger. With this, we can build messages compatible with OTLP to be sent.
If interested, I can submit a PR.
Dependencies:
go.opentelemetry.io/otel
go.opentelemetry.io/otel/log
go.opentelemetry.io/otel/sdk/log
The text was updated successfully, but these errors were encountered:
It would be a new feature aimed at integrating with OTLP. This would help us have systems with tracing alongside logs.
I think it’s feasible to create a new package “zapotlp” and, to maintain compatibility, we can create a new method WithSpan that returns a Logger. With this, we can build messages compatible with OTLP to be sent.
If interested, I can submit a PR.
Dependencies:
The text was updated successfully, but these errors were encountered: