[jboss-jira] [JBoss JIRA] (WFLY-11212) Do not register jdbc-driver's datasource-class-info as metric
James Perkins (Jira)
issues at jboss.org
Tue Dec 11 12:48:01 EST 2018
[ https://issues.jboss.org/browse/WFLY-11212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Perkins updated WFLY-11212:
---------------------------------
Fix Version/s: 15.0.0.Final
> Do not register jdbc-driver's datasource-class-info as metric
> -------------------------------------------------------------
>
> Key: WFLY-11212
> URL: https://issues.jboss.org/browse/WFLY-11212
> Project: WildFly
> Issue Type: Bug
> Components: JCA
> Affects Versions: 14.0.0.Final
> Reporter: Jeff Mesnil
> Assignee: Jeff Mesnil
> Priority: Major
> Fix For: 15.0.0.Beta1, 15.0.0.Final
>
>
> jdbc-driver resource registers 1 attribute as metric:
> * datasource-class-info
> {code}
> /subsystem=datasources/jdbc-driver=h2:read-attribute(name=datasource-class-info)
> {
> "outcome" => "success",
> "result" => [{"org.h2.jdbcx.JdbcDataSource" => {
> "URL" => "java.lang.String",
> "description" => "java.lang.String",
> "loginTimeout" => "int",
> "password" => "java.lang.String",
> "url" => "java.lang.String",
> "user" => "java.lang.String"
> }}]
> }
> {code}
> This attribute is not an actual metric (that may change due to server activity).
> It should be registered as runtime read-only attributes instead.
> This change only impacts metadata and does not require resource transformation.
> Additionally, I've checked with HAL team that this change has no impact on HAL UI (that does not distinguish between read-only runtime attribute and metric).
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list