{ "version": "1.1", "name": "custom.jmx.JDBCDataSource", "type": "JMX", "entity": "PROCESS_GROUP_INSTANCE", "configUI" : { "displayName": "JDBC Datasource JMX" }, "metrics": [ { "timeseries": { "key": "JDBC.ActiveConnectionsCurrentCount", "unit": "Count", "displayname": "Active Connections Current Count", "dimensions": [ "rx_pid" ] }, "source": { "domain": "weblogic.management.mbeanservers.domainruntime.DomainRuntimeServiceMBean", "keyProperties": { "type": "JDBCDataSourceRuntimeMBean" }, "attribute": "ActiveConnectionsCurrentCount" } } ], "ui": { "keymetrics" : [ { "key" : "JDBC.ActiveConnectionsCurrentCount", "aggregation" : "avg", "mergeaggregation" : "sum", "displayname" : "Active Connections Current Count" }], "charts": [ { "group": "Weblogic JDBC Connection Pool JMX", "title": "Connections", "series": [ { "key": "JDBC.ActiveConnectionsCurrentCount", "displayname": "Active Connections Current Count", "color": "rgba(101,152,186,0.4)", "seriestype": "line" } ] } ] } }