open-telemetry/opentelemetry-ruby-contrib
Explore additional Rails instrumentation
Offen
#298 geöffnet am 27.01.2023
help wantedinstrumentationkeep
Repository-Metriken
- Stars
- (135 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
As we switch to ActiveSupport::Notifications for instrumentation in #218, there are additional other instrumentations we could easily add, if they are useful:
- #293
- cache stuff:https://guides.rubyonrails.org/active_support_instrumentation.html#active-support
- Sadly that's part of ActiveSupport, and we already have an instrumentation gem for that ... which is really not instrumenting anything, and is instead a dependency. We'd need to disentangle that. 🤔
- actioncable: https://guides.rubyonrails.org/active_support_instrumentation.html#action-cable
- activestorage: https://guides.rubyonrails.org/active_support_instrumentation.html#active-storage
cc @arielvalentin