Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: automatic datadog instrumentation #152

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

AlexRiedler
Copy link
Contributor

Why

Really should have pheme processing in APM so we have visibility on failure etc...

What changed

  • gemfile cleanup
  • update gems
  • add optional datadog support if its available

@AlexRiedler AlexRiedler requested a review from a team as a code owner December 18, 2024 19:55
@@ -166,19 +190,21 @@ GEM
standard-rails (>= 0.1.0)

PLATFORMS
ruby
arm64-darwin-23
x86_64-linux
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this has given us trouble before, especially upgrading / devs having different darwin versions... imo would prefer to keep it as just ruby (or keep ruby as one of the platforms anyway)? i know including platform-specific variants means builds won't have to compile native extensions but nokogiri is such a common dependency anyway that 99% of the time im sure it's already going to be cached from a previous build, both in CI or local

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants