Package | Description |
---|---|
com.datastax.oss.driver.api.core.session |
Modifier and Type | Method and Description |
---|---|
Optional<Metrics> |
Session.getMetrics()
Returns a gateway to the driver's DropWizard metrics, or
Optional.empty() if all
metrics are disabled, or if the driver has been configured to use MicroProfile or Micrometer
instead of DropWizard (see advanced.metrics.factory.class in the configuration). |
Copyright © 2017–2024. All rights reserved.