Replies: 2 comments 3 replies
-
@ahayworth I'm about to start implementing a similar wrapper to what you're describing for our Rails applications.
Also, I'm wondering if this Railtie has developed since you posted this in May of 2021? As a bit of a related side note, I'm looking at storing the The reason being is that it would allow us to switch between different visualizers/vendors using a single |
Beta Was this translation helpful? Give feedback.
-
This is a good ideia. Do you guys already send log with open-temeletry and rails? How can i setup? |
Beta Was this translation helpful? Give feedback.
-
At GitHub, we have an internal helper gem for OpenTelemetry - and as part of that, it includes a railtie to make setup even simpler for Rails.
Personally, I like it (hence why I'm asking). I also think it could be especially valuable when the Logging and Metrics SDKs get further along.
For reference, a little bit about how we've implemented our version of an OpenTelemetry railtie. If it's loaded via Bundler, it actually requires zero configuration (and picks sensible defaults for things). But it's otherwise configurable like so:
Beta Was this translation helpful? Give feedback.
All reactions