-
Notifications
You must be signed in to change notification settings - Fork 306
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
PAYARA-2477 Create asadmin commands for MicroProfile Metrics (Payara 5) #2431
Conversation
Quick build and test failed! |
1 similar comment
Quick build and test failed! |
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.
Shouldn't the PR be to master as this applies to Payara 4 as well as Payara 5?
@Service(name = "get-metrics-configuration") | ||
@PerLookup | ||
@ExecuteOn({RuntimeType.DAS}) | ||
@TargetType({DAS, STANDALONE_INSTANCE, CLUSTER, CLUSTERED_INSTANCE, CONFIG}) |
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.
Requires Deployment Group Target Type in Payara 5
Jenkins, quick test Payara 5 please |
Quick build and test passed! |
Perhaps close this and just depend on the commit for Payara 4 to be merged to 5? |
It needs separate PRs due to the target type of Deployment Group |
@@ -0,0 +1,74 @@ | |||
/* |
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.
Can you add an empty tag to the domain.xml for each config?
No description provided.