Uses of Class
io.prometheus.client.Metrics.Gauge
Packages that use Metrics.Gauge
-
Uses of Metrics.Gauge in io.prometheus.client
Fields in io.prometheus.client with type parameters of type Metrics.GaugeModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Metrics.Gauge>Metrics.Gauge.PARSERDeprecated.Methods in io.prometheus.client that return Metrics.GaugeModifier and TypeMethodDescriptionMetrics.Gauge.Builder.build()Metrics.Gauge.Builder.buildPartial()static Metrics.GaugeMetrics.Gauge.getDefaultInstance()Metrics.Gauge.Builder.getDefaultInstanceForType()Metrics.Gauge.getDefaultInstanceForType()Metrics.Metric.Builder.getGauge()optional .io.prometheus.client.Gauge gauge = 2;Metrics.Metric.getGauge()optional .io.prometheus.client.Gauge gauge = 2;Metrics.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.GaugeModifier and TypeMethodDescriptioncom.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.GaugeModifier and TypeMethodDescriptionMetrics.Gauge.Builder.mergeFrom(Metrics.Gauge other) Metrics.Metric.Builder.mergeGauge(Metrics.Gauge value) optional .io.prometheus.client.Gauge gauge = 2;static Metrics.Gauge.BuilderMetrics.Gauge.newBuilder(Metrics.Gauge prototype) Metrics.Metric.Builder.setGauge(Metrics.Gauge value) optional .io.prometheus.client.Gauge gauge = 2;