Example usage for io.vertx.core.metrics MetricsOptions subclass-usage

List of usage examples for io.vertx.core.metrics MetricsOptions subclass-usage

Introduction

In this page you can find the example usage for io.vertx.core.metrics MetricsOptions subclass-usage.

Usage

From source file org.apache.servicecomb.foundation.vertx.metrics.MetricsOptionsEx.java

public class MetricsOptionsEx extends MetricsOptions {
    private long checkClientEndpointMetricIntervalInMilliseconds = TimeUnit.MINUTES.toMillis(1);

    private long checkClientEndpointMetricExpiredInNano = TimeUnit.MINUTES.toNanos(30);

    public long getCheckClientEndpointMetricIntervalInMilliseconds() {