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 TypeMethodDescriptionvoid
OpenMetricsWriter.processNetworkTotal
(Gauge inprogressRequests, Long timestamp, double value) Process network totals instead of node metrics.void
OpenMetricsWriter.processRelayReqCountry
(Gauge inprogressRequests, String fingerprint, String nickname, String country, Long timestamp, double value) Process dirreq requests per Country.void
OpenMetricsWriter.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.void
OpenMetricsWriter.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.