.prometheus.2.1.30.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 prometheus Show documentation
Show all versions of prometheus Show documentation
A prometheus metrics handler to log statistic info on the server
module com.networknt.prometheus {
exports com.networknt.metrics.prometheus;
requires com.networknt.audit;
requires com.networknt.config;
requires com.networknt.handler;
requires com.networknt.utility;
requires com.networknt.client;
requires simpleclient;
requires simpleclient.common;
requires com.fasterxml.jackson.annotation;
requires undertow.core;
requires org.slf4j;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy