![JAR search and dependency download from the Maven repository](/logo.png)
com.nitorcreations.willow.metrics.LogMetric Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of willow-servers Show documentation
Show all versions of willow-servers Show documentation
Willow operational servlets and servers
The newest version!
package com.nitorcreations.willow.metrics;
import java.util.Collection;
import javax.inject.Named;
import com.nitorcreations.willow.messages.LogMessage;
import com.nitorcreations.willow.messages.metrics.MetricConfig;
@Named("/log")
public class LogMetric extends FullMessageMetric> {
@Override
protected Collection processData(long start, long stop, int step, MetricConfig conf) {
return rawData.values();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy