Uses of Class
io.opencensus.metrics.export.Value
-
Packages that use Value Package Description io.opencensus.exporter.stats.prometheus io.opencensus.metrics.export -
-
Uses of Value in io.opencensus.exporter.stats.prometheus
Methods in io.opencensus.exporter.stats.prometheus with parameters of type Value Modifier and Type Method Description (package private) static java.util.List<io.prometheus.client.Collector.MetricFamilySamples.Sample>
PrometheusExportUtils. getSamples(java.lang.String name, java.util.List<java.lang.String> labelNames, java.util.List<LabelValue> labelValuesList, Value value)
-
Uses of Value in io.opencensus.metrics.export
Subclasses of Value in io.opencensus.metrics.export Modifier and Type Class Description (package private) class
AutoValue_Value_ValueDistribution
(package private) class
AutoValue_Value_ValueDouble
(package private) class
AutoValue_Value_ValueLong
(package private) class
AutoValue_Value_ValueSummary
(package private) static class
Value.ValueDistribution
Value.ValueDistribution
contains summary statistics for a population of values.(package private) static class
Value.ValueDouble
A 64-bit double-precision floating-pointValue
.(package private) static class
Value.ValueLong
A 64-bit integerValue
.(package private) static class
Value.ValueSummary
Value.ValueSummary
contains a snapshot representing values calculated over an arbitrary time window.Fields in io.opencensus.metrics.export declared as Value Modifier and Type Field Description private Value
AutoValue_Point. value
Methods in io.opencensus.metrics.export that return Value Modifier and Type Method Description static Value
Value. distributionValue(Distribution value)
Returns aDistribution
Value
.static Value
Value. doubleValue(double value)
Returns a doubleValue
.Value
AutoValue_Point. getValue()
abstract Value
Point. getValue()
Returns theValue
.static Value
Value. longValue(long value)
Returns a longValue
.static Value
Value. summaryValue(Summary value)
Methods in io.opencensus.metrics.export with parameters of type Value Modifier and Type Method Description static Point
Point. create(Value value, Timestamp timestamp)
Creates aPoint
.Constructors in io.opencensus.metrics.export with parameters of type Value Constructor Description AutoValue_Point(Value value, Timestamp timestamp)
-