You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CqlSession.getMetrics() returning null value, even after configuration for enabling the metrics has been added to it.
@AutowiredprivateCqlSessioncqlsession;
MetricRegistrymetricRegistry = cqlsession.getMetrics()
.orElseThrow(() -> newIllegalArgumentException("not able to get metrics"))
.getRegistry();