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

Include xa-datasource statistics to app metrics #652

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Include xa-datasource statistics to app metrics #652

wants to merge 2 commits into from

Conversation

skythet
Copy link

@skythet skythet commented May 16, 2017

Current jbossapi collector fetch only data-sources skipping xa-data-sources, in this commit I included xa-data-sources for metrics

@@ -387,7 +389,7 @@ def collect(self):
current_proto = matches.group(5)
current_user = matches.group(1)
current_pword = matches.group(2)

Copy link
Member

Choose a reason for hiding this comment

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

revert

@@ -374,7 +377,6 @@ def string_regex(self, pattern, s):
return tmp_result.group(1)

def collect(self):

Copy link
Member

Choose a reason for hiding this comment

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

revert

@shortdudey123
Copy link
Member

Still needs tests added for the metric
Travis says abuse detected: known offender (request looked fishy) so i will hold off merging til that is resolved as well

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

Successfully merging this pull request may close these issues.

2 participants