Uses of Class
io.prometheus.client.Metrics.Gauge
-
Packages that use Metrics.Gauge Package Description io.prometheus.client -
-
Uses of Metrics.Gauge in io.prometheus.client
Fields in io.prometheus.client with type parameters of type Metrics.Gauge Modifier and Type Field Description static com.google.protobuf.Parser<Metrics.Gauge>Metrics.Gauge. PARSERDeprecated.Methods in io.prometheus.client that return Metrics.Gauge Modifier and Type Method Description Metrics.GaugeMetrics.Gauge.Builder. build()Metrics.GaugeMetrics.Gauge.Builder. buildPartial()static Metrics.GaugeMetrics.Gauge. getDefaultInstance()Metrics.GaugeMetrics.Gauge.Builder. getDefaultInstanceForType()Metrics.GaugeMetrics.Gauge. getDefaultInstanceForType()Metrics.GaugeMetrics.Metric.Builder. getGauge()optional .io.prometheus.client.Gauge gauge = 2;Metrics.GaugeMetrics.Metric. getGauge()optional .io.prometheus.client.Gauge gauge = 2;Metrics.GaugeMetrics.MetricOrBuilder. getGauge()optional .io.prometheus.client.Gauge gauge = 2;static Metrics.GaugeMetrics.Gauge. parseDelimitedFrom(InputStream input)static Metrics.GaugeMetrics.Gauge. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Metrics.GaugeMetrics.Gauge. parseFrom(byte[] data)static Metrics.GaugeMetrics.Gauge. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Metrics.GaugeMetrics.Gauge. parseFrom(com.google.protobuf.ByteString data)static Metrics.GaugeMetrics.Gauge. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Metrics.GaugeMetrics.Gauge. parseFrom(com.google.protobuf.CodedInputStream input)static Metrics.GaugeMetrics.Gauge. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Metrics.GaugeMetrics.Gauge. parseFrom(InputStream input)static Metrics.GaugeMetrics.Gauge. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Metrics.GaugeMetrics.Gauge. parseFrom(ByteBuffer data)static Metrics.GaugeMetrics.Gauge. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.prometheus.client that return types with arguments of type Metrics.Gauge Modifier and Type Method Description com.google.protobuf.Parser<Metrics.Gauge>Metrics.Gauge. getParserForType()static com.google.protobuf.Parser<Metrics.Gauge>Metrics.Gauge. parser()Methods in io.prometheus.client with parameters of type Metrics.Gauge Modifier and Type Method Description Metrics.Gauge.BuilderMetrics.Gauge.Builder. mergeFrom(Metrics.Gauge other)Metrics.Metric.BuilderMetrics.Metric.Builder. mergeGauge(Metrics.Gauge value)optional .io.prometheus.client.Gauge gauge = 2;static Metrics.Gauge.BuilderMetrics.Gauge. newBuilder(Metrics.Gauge prototype)Metrics.Metric.BuilderMetrics.Metric.Builder. setGauge(Metrics.Gauge value)optional .io.prometheus.client.Gauge gauge = 2;
-