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

Update dynatrace detection criteria #317

Merged
merged 1 commit into from
Aug 16, 2016
Merged

Update dynatrace detection criteria #317

merged 1 commit into from
Aug 16, 2016

Conversation

aloismayr
Copy link
Contributor

Update criteria for detection of dynatrace/ruxit extensions.

@cfdreddbot
Copy link

Hey aloismayr!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.

@nebhale
Copy link
Member

nebhale commented Aug 9, 2016

@aloismayr This doesn't lead to some overlap between the two frameworks? They're still mutually exclusive of one another?

Also, can you please update the documentation with the new detection criteria so that there's a human-readable version of the same changes?

@@ -41,7 +41,7 @@ def release

# (see JavaBuildpack::Component::VersionedDependencyComponent#supports?)
def supports?
@application.services.one_service? FILTER, 'server'
(@application.services.one_service? FILTER, 'server') && !(@application.services.one_service? FILTER, 'tenant')
Copy link
Member

Choose a reason for hiding this comment

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

This filter should mirror the positive filter from the Ruxit framework; it needs to require both tenant and tenanttoken.

@aloismayr
Copy link
Contributor Author

@nebhale You're right. We needed to change the detection criterion for both products (Appmon & Ruxit) because Dynatrace Ruxit recently became Dynatrace. See here: https://blog.ruxit.com/dynatrace-ruxit-becomes-dynatrace/
I'll update the documentation accordingly by end of today. Sorry, forgot to do so yesterday.

… buildpack. Made sure that they do not overlap. See updated documentation
@aloismayr
Copy link
Contributor Author

@nebhale Any news on this? FYI - Updated the documentation regarding the detection criteria for both products.

@nebhale
Copy link
Member

nebhale commented Aug 16, 2016

Sorry, thought I'd merged that in. Guess I never pushed. Give me 10 minutes.

@nebhale nebhale merged commit a876fc9 into cloudfoundry:master Aug 16, 2016
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.

3 participants