.metrics.2.1.37.source-code.module-info.j Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of metrics Show documentation
Show all versions of metrics Show documentation
A metrics handler to log statistic info on the server
The newest version!
module com.networknt.metrics {
exports com.networknt.metrics;
exports io.dropwizard.metrics;
requires com.networknt.exception;
requires com.networknt.status;
requires com.networknt.client;
requires com.networknt.mask;
requires com.networknt.audit;
requires com.networknt.config;
requires com.networknt.handler;
requires com.networknt.server;
requires com.networknt.utility;
requires java.management;
requires HdrHistogram;
requires undertow.core;
requires org.slf4j;
requires jdk.unsupported;
requires jsr305;
}