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
We discussed this in SIG meeting, the general agreement was to use existing instrumentation packages, allowing auto instrumentation that will automatically generate logs and also provide a log appender class that can be manually used if desired.
This topic has been discussed in different PRs, and I believe is better to have a specific discussion item here.
open-telemetry/opentelemetry-js-contrib#1837 (comment)
open-telemetry/opentelemetry-js-contrib#1559 (comment)
Currently functionality to generate LogRecords using Log API bridge was added as part of Bunyan Instrumentation package
open-telemetry/opentelemetry-js-contrib#1713
Appenders are the term used in OpenTelemetry Logs Bridge API specification and what other languages are using like Java
https://opentelemetry.io/docs/specs/otel/logs/bridge-api/
The text was updated successfully, but these errors were encountered: