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

Instrument ActiveRecord #49

Merged
merged 40 commits into from
Jan 21, 2017
Merged

Instrument ActiveRecord #49

merged 40 commits into from
Jan 21, 2017

Conversation

pglombardo
Copy link
Contributor

@pglombardo pglombardo commented Jan 19, 2017

It's time to instrument ActiveRecord with each of its possible adapters (postgresql, mysql or mysql2).

  • Postgresql instrumentation
    • Rails 3
    • Rails 4
    • Rails 5
  • mysql instrumentation
    • Rails 3
    • Rails 4
    • Rails 5 (unsupported/discontinued)
  • mysql2 instrumentation
    • Rails 3
    • Rails 4
    • Rails 5
  • Add tests for all above
  • Sanitize reported SQL
  • Add UI bits: instana/ui-client#326
  • Add version matrix to Travis to test against multiple ActiveRecord versions

- Add gemfile for Rails 5.0.1 to test against
- Add exclusions: Rails 5 only supports Ruby version 2.2 or greater
@pglombardo pglombardo merged commit ed7ff42 into master Jan 21, 2017
@pglombardo pglombardo deleted the activerecord branch January 21, 2017 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant