-
Notifications
You must be signed in to change notification settings - Fork 373
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
Upgrade to integrations to new configuration API #544
Merged
delner
merged 23 commits into
0.17-dev
from
refactor/upgrade_to_integration_configuration
Oct 2, 2018
Merged
Upgrade to integrations to new configuration API #544
delner
merged 23 commits into
0.17-dev
from
refactor/upgrade_to_integration_configuration
Oct 2, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
delner
added
core
Involves Datadog core libraries
integrations
Involves tracing integrations
do-not-merge/WIP
Not ready for merge
dev/refactor
Involves refactoring existing components
labels
Sep 17, 2018
delner
force-pushed
the
refactor/upgrade_to_integration_configuration
branch
2 times, most recently
from
September 21, 2018 15:08
966f7e4
to
bb6b171
Compare
delner
force-pushed
the
refactor/upgrade_to_integration_configuration
branch
5 times, most recently
from
September 21, 2018 21:11
e7f8cca
to
e772421
Compare
* Changed: ConfigurationHelpers#remove_patch! to work with Integration patchers. * Refactored: Resque to use Datadog::Contrib::Integration.
delner
force-pushed
the
refactor/upgrade_to_integration_configuration
branch
from
September 24, 2018 15:46
e772421
to
16d9782
Compare
* Refactored: Mysql2 to use Datadog::Contrib::Integration. * Fixed: Mysql2 tests not working locally.
4 tasks
pawelchcki
approved these changes
Oct 1, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
core
Involves Datadog core libraries
dev/refactor
Involves refactoring existing components
integrations
Involves tracing integrations
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In order to get consistent behavior, and access to new functions, we should upgrade all of our integrations to the new integration API added in #450 .
Upgrades should be backwards compatible, and users should not need to make any changes to their existing configurations in order to use this newly upgraded API.
Here's a list of all the integrations that need to be upgraded:
After all of these have been updated, we should merge this PR.