Uses of Class
org.torproject.metrics.descriptorparser.utils.Gauge
Packages that use Gauge
-
Uses of Gauge in org.torproject.metrics.descriptorparser.utils
Methods in org.torproject.metrics.descriptorparser.utils that return GaugeMethods in org.torproject.metrics.descriptorparser.utils with parameters of type GaugeModifier and TypeMethodDescriptionvoidOpenMetricsWriter.processNetworkTotal(Gauge inprogressRequests, Long timestamp, double value) Process network totals instead of node metrics.voidOpenMetricsWriter.processRelayReqCountry(Gauge inprogressRequests, String fingerprint, String nickname, String country, Long timestamp, double value) Process dirreq requests per Country.voidOpenMetricsWriter.processRequest(Gauge inprogressRequests, String fingerprint, String nickname, String node, Long timestamp, double value) Process generic node metrics that use only fingerprint nickname and (optional) node type.voidOpenMetricsWriter.processRouterLabelmetrics(Gauge inprogressRequests, String fingerprint, String nickname, String node, String country, String transport, String version, Long timestamp, double value) Process router dirreq request per country version and transport.