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
The opentelemetry-ruby repo has WIP logs signal support. Leveraging this work, add instrumentation for Ruby's Logger library to create Log Records whenever Ruby's logger emits a log.
This should include the ability to exclude certain loggers from instrumentation. If we instrument Ruby's logger, we may want to exclude ActiveSupport Logger to prevent double recording, as seen in New Relic's instrumentation.
The text was updated successfully, but these errors were encountered:
👋 This issue has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the keep label to hold stale off permanently, or do nothing. If you do nothing this issue will be closed eventually by the stale bot.
The opentelemetry-ruby repo has WIP logs signal support. Leveraging this work, add instrumentation for Ruby's Logger library to create Log Records whenever Ruby's logger emits a log.
Example from New Relic: https://github.com/newrelic/newrelic-ruby-agent/blob/dev/lib/new_relic/agent/instrumentation/logger/instrumentation.rb
This should include the ability to exclude certain loggers from instrumentation. If we instrument Ruby's logger, we may want to exclude ActiveSupport Logger to prevent double recording, as seen in New Relic's instrumentation.
The text was updated successfully, but these errors were encountered: