org.springframework.data.mongodb.monitor
Class ConnectionMetrics
java.lang.Object
org.springframework.data.mongodb.monitor.AbstractMonitor
org.springframework.data.mongodb.monitor.ConnectionMetrics
@ManagedResource(description="Connection metrics")
public class ConnectionMetrics
- extends AbstractMonitor
JMX Metrics for Connections
- Author:
- Mark Pollack
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionMetrics
public ConnectionMetrics(com.mongodb.Mongo mongo)
getCurrent
@ManagedMetric(metricType=GAUGE,
displayName="Current Connections")
public int getCurrent()
getAvailable
@ManagedMetric(metricType=GAUGE,
displayName="Available Connections")
public int getAvailable()
Copyright © 2011. All Rights Reserved.