- ABORTED - Static variable in class io.opencensus.trace.Status
-
The operation was aborted, typically due to a concurrency issue like sequencer check failures,
transaction aborts, etc.
- add(double) - Method in class io.opencensus.metrics.DoubleCumulative.DoublePoint
-
Adds the given value to the current value.
- add(double) - Method in class io.opencensus.metrics.DoubleGauge.DoublePoint
-
Adds the given value to the current value.
- add(MetricProducer) - Method in class io.opencensus.metrics.export.MetricProducerManager
-
- add(long) - Method in class io.opencensus.metrics.LongCumulative.LongPoint
-
Adds the given value to the current value.
- add(long) - Method in class io.opencensus.metrics.LongGauge.LongPoint
-
Adds the given value to the current value.
- addAnnotation(String, Map<String, AttributeValue>) - Method in class io.opencensus.trace.BlankSpan
-
- addAnnotation(Annotation) - Method in class io.opencensus.trace.BlankSpan
-
- addAnnotation(String) - Method in class io.opencensus.trace.Span
-
Adds an annotation to the Span
.
- addAnnotation(String, Map<String, AttributeValue>) - Method in class io.opencensus.trace.Span
-
Adds an annotation to the Span
.
- addAnnotation(Annotation) - Method in class io.opencensus.trace.Span
-
Adds an annotation to the Span
.
- addAttributes(Map<String, AttributeValue>) - Method in class io.opencensus.trace.Span
-
- addDerivedDoubleCumulative(String, MetricOptions) - Method in class io.opencensus.metrics.MetricRegistry
-
Builds a new derived double cumulative to be added to the registry.
- addDerivedDoubleGauge(String, String, String, List<LabelKey>) - Method in class io.opencensus.metrics.MetricRegistry
-
- addDerivedDoubleGauge(String, MetricOptions) - Method in class io.opencensus.metrics.MetricRegistry
-
Builds a new derived double gauge to be added to the registry.
- addDerivedLongCumulative(String, MetricOptions) - Method in class io.opencensus.metrics.MetricRegistry
-
Builds a new derived long cumulative to be added to the registry.
- addDerivedLongGauge(String, String, String, List<LabelKey>) - Method in class io.opencensus.metrics.MetricRegistry
-
- addDerivedLongGauge(String, MetricOptions) - Method in class io.opencensus.metrics.MetricRegistry
-
Builds a new derived long gauge to be added to the registry.
- addDoubleCumulative(String, MetricOptions) - Method in class io.opencensus.metrics.MetricRegistry
-
Builds a new double cumulative to be added to the registry.
- addDoubleGauge(String, String, String, List<LabelKey>) - Method in class io.opencensus.metrics.MetricRegistry
-
- addDoubleGauge(String, MetricOptions) - Method in class io.opencensus.metrics.MetricRegistry
-
Builds a new double gauge to be added to the registry.
- addDuration(Duration) - Method in class io.opencensus.common.Timestamp
-
Returns a Timestamp
calculated as this Timestamp
plus some Duration
.
- addLink(Link) - Method in class io.opencensus.trace.BlankSpan
-
- addLink(Link) - Method in class io.opencensus.trace.Span
-
- addLongCumulative(String, MetricOptions) - Method in class io.opencensus.metrics.MetricRegistry
-
Builds a new long cumulative to be added to the registry.
- addLongGauge(String, String, String, List<LabelKey>) - Method in class io.opencensus.metrics.MetricRegistry
-
- addLongGauge(String, MetricOptions) - Method in class io.opencensus.metrics.MetricRegistry
-
Builds a new long gauge to be added to the registry.
- addMessageEvent(MessageEvent) - Method in class io.opencensus.trace.BlankSpan
-
- addMessageEvent(MessageEvent) - Method in class io.opencensus.trace.Span
-
Adds a MessageEvent to the Span
.
- addNanos(long) - Method in class io.opencensus.common.Timestamp
-
Returns a Timestamp
calculated as this Timestamp
plus some number of
nanoseconds.
- addNetworkEvent(NetworkEvent) - Method in class io.opencensus.trace.BlankSpan
-
Deprecated.
- addNetworkEvent(NetworkEvent) - Method in class io.opencensus.trace.Span
-
- Aggregation - Class in io.opencensus.stats
-
- Aggregation.Count - Class in io.opencensus.stats
-
Calculate count on aggregated MeasureValue
s.
- Aggregation.Distribution - Class in io.opencensus.stats
-
Calculate distribution stats on aggregated MeasureValue
s.
- Aggregation.LastValue - Class in io.opencensus.stats
-
Calculate the last value of aggregated MeasureValue
s.
- Aggregation.Mean - Class in io.opencensus.stats
-
- Aggregation.Sum - Class in io.opencensus.stats
-
Calculate sum on aggregated MeasureValue
s.
- AggregationData - Class in io.opencensus.stats
-
- AggregationData.CountData - Class in io.opencensus.stats
-
The count value of aggregated MeasureValue
s.
- AggregationData.DistributionData - Class in io.opencensus.stats
-
The distribution stats of aggregated MeasureValue
s.
- AggregationData.LastValueDataDouble - Class in io.opencensus.stats
-
The last value of aggregated MeasureValueDouble
s.
- AggregationData.LastValueDataLong - Class in io.opencensus.stats
-
The last value of aggregated MeasureValueLong
s.
- AggregationData.MeanData - Class in io.opencensus.stats
-
- AggregationData.SumDataDouble - Class in io.opencensus.stats
-
The sum value of aggregated MeasureValueDouble
s.
- AggregationData.SumDataLong - Class in io.opencensus.stats
-
The sum value of aggregated MeasureValueLong
s.
- ALREADY_EXISTS - Static variable in class io.opencensus.trace.Status
-
Some entity that we attempted to create (e.g., file or directory) already exists.
- alwaysSample() - Static method in class io.opencensus.trace.samplers.Samplers
-
Returns a
Sampler
that always makes a "yes" decision on
Span
sampling.
- Annotation - Class in io.opencensus.trace
-
A text annotation with a set of attributes.
- apply(A) - Method in interface io.opencensus.common.Function
-
Applies the function to the given argument.
- applyAsDouble(T) - Method in interface io.opencensus.common.ToDoubleFunction
-
Applies this function to the given argument.
- applyAsLong(T) - Method in interface io.opencensus.common.ToLongFunction
-
Applies this function to the given argument.
- asString() - Method in class io.opencensus.stats.View.Name
-
Returns the name as a String
.
- asString() - Method in class io.opencensus.tags.TagValue
-
Returns the tag value as a String
.
- attach() - Method in interface io.opencensus.trace.ContextHandle
-
- AttachmentValue - Class in io.opencensus.metrics.data
-
- AttachmentValue() - Constructor for class io.opencensus.metrics.data.AttachmentValue
-
- AttachmentValue.AttachmentValueString - Class in io.opencensus.metrics.data
-
- AttributeValue - Class in io.opencensus.trace
-
A class that represents all the possible values for an attribute.
- CANCELLED - Static variable in class io.opencensus.trace.Status
-
The operation was cancelled (typically by the caller).
- clear() - Method in class io.opencensus.metrics.DerivedDoubleCumulative
-
Removes all TimeSeries
from the cumulative metric.
- clear() - Method in class io.opencensus.metrics.DerivedDoubleGauge
-
Removes all TimeSeries
from the gauge metric.
- clear() - Method in class io.opencensus.metrics.DerivedLongCumulative
-
Removes all TimeSeries
from the cumulative metric.
- clear() - Method in class io.opencensus.metrics.DerivedLongGauge
-
Removes all TimeSeries
from the gauge metric.
- clear() - Method in class io.opencensus.metrics.DoubleCumulative
-
Removes all TimeSeries
from the cumulative metric.
- clear() - Method in class io.opencensus.metrics.DoubleGauge
-
Removes all TimeSeries
from the gauge metric.
- clear() - Method in class io.opencensus.metrics.LongCumulative
-
Removes all TimeSeries
from the cumulative metric.
- clear() - Method in class io.opencensus.metrics.LongGauge
-
Removes all TimeSeries
from the gauge metric.
- Clock - Class in io.opencensus.common
-
Interface for getting the current time.
- Clock() - Constructor for class io.opencensus.common.Clock
-
- close() - Method in interface io.opencensus.common.NonThrowingCloseable
-
Deprecated.
- close() - Method in interface io.opencensus.common.Scope
-
- compareTo(Duration) - Method in class io.opencensus.common.Duration
-
Compares this Duration
to the specified Duration
.
- compareTo(Timestamp) - Method in class io.opencensus.common.Timestamp
-
Compares this Timestamp
to the specified Timestamp
.
- compareTo(SpanId) - Method in class io.opencensus.trace.SpanId
-
- compareTo(TraceId) - Method in class io.opencensus.trace.TraceId
-
- ContextHandle - Interface in io.opencensus.trace
-
- ContextHandleUtils - Class in io.opencensus.trace.unsafe
-
- ContextManager - Interface in io.opencensus.trace
-
- ContextManagerImpl - Class in io.opencensus.trace.unsafe
-
Default ContextManager
implementation using io.grpc.Context
- ContextManagerImpl() - Constructor for class io.opencensus.trace.unsafe.ContextManagerImpl
-
- ContextUtils - Class in io.opencensus.tags.unsafe
-
Utility methods for accessing the
TagContext
contained in the
Context
.
- ContextUtils - Class in io.opencensus.trace.unsafe
-
- copyBytesTo(byte[], int) - Method in class io.opencensus.trace.SpanId
-
Copies the byte array representations of the SpanId
into the dest
beginning at
the destOffset
offset.
- copyBytesTo(byte[], int) - Method in class io.opencensus.trace.TraceId
-
Copies the byte array representations of the TraceId
into the dest
beginning at
the destOffset
offset.
- copyBytesTo(byte[], int) - Method in class io.opencensus.trace.TraceOptions
-
Copies the byte representations of the TraceOptions
into the dest
beginning at
the destOffset
offset.
- copyLowerBase16To(char[], int) - Method in class io.opencensus.trace.SpanId
-
Copies the lowercase base16 representations of the SpanId
into the dest
beginning at the destOffset
offset.
- copyLowerBase16To(char[], int) - Method in class io.opencensus.trace.TraceId
-
Copies the lowercase base16 representations of the TraceId
into the dest
beginning at the destOffset
offset.
- copyLowerBase16To(char[], int) - Method in class io.opencensus.trace.TraceOptions
-
Copies the lowercase base16 representations of the TraceId
into the dest
beginning at the destOffset
offset.
- create(long, int) - Static method in class io.opencensus.common.Duration
-
Creates a new time duration from given seconds and nanoseconds.
- create(long, long, byte) - Static method in class io.opencensus.common.ServerStats
-
- create(long, int) - Static method in class io.opencensus.common.Timestamp
-
Creates a new timestamp from given seconds and nanoseconds.
- create(String) - Static method in class io.opencensus.metrics.data.AttachmentValue.AttachmentValueString
-
- create(double, Timestamp, Map<String, AttachmentValue>) - Static method in class io.opencensus.metrics.data.Exemplar
-
- create(long) - Static method in class io.opencensus.metrics.export.Distribution.Bucket
-
- create(long, Exemplar) - Static method in class io.opencensus.metrics.export.Distribution.Bucket
-
- create(long, double, double, Distribution.BucketOptions, List<Distribution.Bucket>) - Static method in class io.opencensus.metrics.export.Distribution
-
- create(MetricDescriptor, List<TimeSeries>) - Static method in class io.opencensus.metrics.export.Metric
-
- create(String, String, String, MetricDescriptor.Type, List<LabelKey>) - Static method in class io.opencensus.metrics.export.MetricDescriptor
-
- create(Value, Timestamp) - Static method in class io.opencensus.metrics.export.Point
-
- create(Long, Double, Summary.Snapshot) - Static method in class io.opencensus.metrics.export.Summary
-
- create(Long, Double, List<Summary.Snapshot.ValueAtPercentile>) - Static method in class io.opencensus.metrics.export.Summary.Snapshot
-
- create(double, double) - Static method in class io.opencensus.metrics.export.Summary.Snapshot.ValueAtPercentile
-
- create(List<LabelValue>, List<Point>, Timestamp) - Static method in class io.opencensus.metrics.export.TimeSeries
-
- create(List<LabelValue>) - Static method in class io.opencensus.metrics.export.TimeSeries
-
- create(String, String) - Static method in class io.opencensus.metrics.LabelKey
-
- create(String) - Static method in class io.opencensus.metrics.LabelValue
-
- create(String, Map<String, String>) - Static method in class io.opencensus.resource.Resource
-
- create() - Static method in class io.opencensus.stats.Aggregation.Count
-
Construct a Count
.
- create(BucketBoundaries) - Static method in class io.opencensus.stats.Aggregation.Distribution
-
Construct a Distribution
.
- create() - Static method in class io.opencensus.stats.Aggregation.LastValue
-
Construct a LastValue
.
- create() - Static method in class io.opencensus.stats.Aggregation.Mean
-
Deprecated.
Construct a Mean
.
- create() - Static method in class io.opencensus.stats.Aggregation.Sum
-
Construct a Sum
.
- create(long) - Static method in class io.opencensus.stats.AggregationData.CountData
-
Creates a CountData
.
- create(double, long, double, double, double, List<Long>, List<Exemplar>) - Static method in class io.opencensus.stats.AggregationData.DistributionData
-
- create(double, long, double, List<Long>, List<Exemplar>) - Static method in class io.opencensus.stats.AggregationData.DistributionData
-
Creates a DistributionData
.
- create(double, long, double, double, double, List<Long>) - Static method in class io.opencensus.stats.AggregationData.DistributionData
-
- create(double, long, double, List<Long>) - Static method in class io.opencensus.stats.AggregationData.DistributionData
-
Creates a DistributionData
.
- create(double) - Static method in class io.opencensus.stats.AggregationData.LastValueDataDouble
-
Creates a LastValueDataDouble
.
- create(long) - Static method in class io.opencensus.stats.AggregationData.LastValueDataLong
-
Creates a LastValueDataLong
.
- create(double, long) - Static method in class io.opencensus.stats.AggregationData.MeanData
-
Deprecated.
Creates a MeanData
.
- create(double) - Static method in class io.opencensus.stats.AggregationData.SumDataDouble
-
Creates a SumDataDouble
.
- create(long) - Static method in class io.opencensus.stats.AggregationData.SumDataLong
-
Creates a SumDataLong
.
- create(List<Double>) - Static method in class io.opencensus.stats.BucketBoundaries
-
Returns a BucketBoundaries
with the given buckets.
- create(String, String, String) - Static method in class io.opencensus.stats.Measure.MeasureDouble
-
- create(String, String, String) - Static method in class io.opencensus.stats.Measure.MeasureLong
-
- create(Measure.MeasureDouble, double) - Static method in class io.opencensus.stats.Measurement.MeasurementDouble
-
- create(Measure.MeasureLong, long) - Static method in class io.opencensus.stats.Measurement.MeasurementLong
-
- create() - Static method in class io.opencensus.stats.View.AggregationWindow.Cumulative
-
Deprecated.
Constructs a cumulative AggregationWindow
that does not have an explicit Duration
.
- create(Duration) - Static method in class io.opencensus.stats.View.AggregationWindow.Interval
-
Deprecated.
Constructs an interval AggregationWindow
that has a finite explicit Duration
.
- create(View.Name, String, Measure, Aggregation, List<TagKey>, View.AggregationWindow) - Static method in class io.opencensus.stats.View
-
- create(View.Name, String, Measure, Aggregation, List<TagKey>) - Static method in class io.opencensus.stats.View
-
- create(String) - Static method in class io.opencensus.stats.View.Name
-
Creates a View.Name
from a String
.
- create(Timestamp, Timestamp) - Static method in class io.opencensus.stats.ViewData.AggregationWindowData.CumulativeData
-
Deprecated.
- create(Timestamp) - Static method in class io.opencensus.stats.ViewData.AggregationWindowData.IntervalData
-
Deprecated.
- create(View, Map<? extends List<TagValue>, ? extends AggregationData>, ViewData.AggregationWindowData) - Static method in class io.opencensus.stats.ViewData
-
- create(View, Map<? extends List<TagValue>, ? extends AggregationData>, Timestamp, Timestamp) - Static method in class io.opencensus.stats.ViewData
-
- create(TagKey, TagValue) - Static method in class io.opencensus.tags.Tag
-
- create(TagKey, TagValue, TagMetadata) - Static method in class io.opencensus.tags.Tag
-
Creates a Tag
from the given key, value and metadata.
- create(String) - Static method in class io.opencensus.tags.TagKey
-
Constructs a TagKey
with the given name.
- create(TagMetadata.TagTtl) - Static method in class io.opencensus.tags.TagMetadata
-
- create(String) - Static method in class io.opencensus.tags.TagValue
-
Constructs a TagValue
from the given string.
- create(String, int) - Static method in class io.opencensus.trace.export.RunningSpanStore.Filter
-
Returns a new instance of Filter
.
- create(int) - Static method in class io.opencensus.trace.export.RunningSpanStore.PerSpanNameSummary
-
Returns a new instance of PerSpanNameSummary
.
- create(Map<String, RunningSpanStore.PerSpanNameSummary>) - Static method in class io.opencensus.trace.export.RunningSpanStore.Summary
-
Returns a new instance of Summary
.
- create(String, Status.CanonicalCode, int) - Static method in class io.opencensus.trace.export.SampledSpanStore.ErrorFilter
-
Returns a new instance of ErrorFilter
.
- create(String, long, long, int) - Static method in class io.opencensus.trace.export.SampledSpanStore.LatencyFilter
-
Returns a new instance of LatencyFilter
.
- create(Map<SampledSpanStore.LatencyBucketBoundaries, Integer>, Map<Status.CanonicalCode, Integer>) - Static method in class io.opencensus.trace.export.SampledSpanStore.PerSpanNameSummary
-
Returns a new instance of PerSpanNameSummary
.
- create(Map<String, SampledSpanStore.PerSpanNameSummary>) - Static method in class io.opencensus.trace.export.SampledSpanStore.Summary
-
Returns a new instance of Summary
.
- create(Map<String, AttributeValue>, int) - Static method in class io.opencensus.trace.export.SpanData.Attributes
-
Returns a new immutable Attributes
.
- create(SpanContext, SpanId, Boolean, String, Timestamp, SpanData.Attributes, SpanData.TimedEvents<Annotation>, SpanData.TimedEvents<? extends BaseMessageEvent>, SpanData.Links, Integer, Status, Timestamp) - Static method in class io.opencensus.trace.export.SpanData
-
- create(SpanContext, SpanId, Boolean, String, Span.Kind, Timestamp, SpanData.Attributes, SpanData.TimedEvents<Annotation>, SpanData.TimedEvents<? extends BaseMessageEvent>, SpanData.Links, Integer, Status, Timestamp) - Static method in class io.opencensus.trace.export.SpanData
-
Returns a new immutable SpanData
.
- create(List<Link>, int) - Static method in class io.opencensus.trace.export.SpanData.Links
-
Returns a new immutable Links
.
- create(Timestamp, T) - Static method in class io.opencensus.trace.export.SpanData.TimedEvent
-
Returns a new immutable TimedEvent<T>
.
- create(List<SpanData.TimedEvent<T>>, int) - Static method in class io.opencensus.trace.export.SpanData.TimedEvents
-
Returns a new immutable TimedEvents<T>
.
- create(TraceId, SpanId, TraceOptions) - Static method in class io.opencensus.trace.SpanContext
-
- create(TraceId, SpanId, TraceOptions, Tracestate) - Static method in class io.opencensus.trace.SpanContext
-
Creates a new SpanContext
with the given identifiers and options.
- create(String, String) - Static method in class io.opencensus.trace.Tracestate.Entry
-
Creates a new Entry
for the Tracestate
.
- createFromEnvironmentVariables() - Static method in class io.opencensus.resource.Resource
-
- createTimeSeries(List<LabelValue>, T, ToDoubleFunction<T>) - Method in class io.opencensus.metrics.DerivedDoubleCumulative
-
Creates a TimeSeries
.
- createTimeSeries(List<LabelValue>, T, ToDoubleFunction<T>) - Method in class io.opencensus.metrics.DerivedDoubleGauge
-
Creates a TimeSeries
.
- createTimeSeries(List<LabelValue>, T, ToLongFunction<T>) - Method in class io.opencensus.metrics.DerivedLongCumulative
-
Creates a TimeSeries
.
- createTimeSeries(List<LabelValue>, T, ToLongFunction<T>) - Method in class io.opencensus.metrics.DerivedLongGauge
-
Creates a TimeSeries
.
- createWithOnePoint(List<LabelValue>, Point, Timestamp) - Static method in class io.opencensus.metrics.export.TimeSeries
-
- createWithOneTimeSeries(MetricDescriptor, TimeSeries) - Static method in class io.opencensus.metrics.export.Metric
-
- CURRENT_VERSION - Static variable in class io.opencensus.common.ServerStatsEncoding
-
The current encoding version.
- currentBuilder() - Method in class io.opencensus.tags.Tagger
-
Returns a new builder created from the current TagContext
.
- currentContext() - Method in interface io.opencensus.trace.ContextManager
-
- currentContext() - Static method in class io.opencensus.trace.unsafe.ContextHandleUtils
-
- currentContext() - Method in class io.opencensus.trace.unsafe.ContextManagerImpl
-
- generateRandomId(Random) - Static method in class io.opencensus.trace.SpanId
-
Generates a new random SpanId
.
- generateRandomId(Random) - Static method in class io.opencensus.trace.TraceId
-
Generates a new random TraceId
.
- get(C, String) - Method in class io.opencensus.tags.propagation.TagContextTextFormat.Getter
-
Returns the first value of the given propagation key
or returns null
.
- get(C, String) - Method in class io.opencensus.trace.propagation.TextFormat.Getter
-
Returns the first value of the given propagation key
or returns null
.
- get(String) - Method in class io.opencensus.trace.Tracestate
-
Returns the value to which the specified key is mapped, or null if this map contains no mapping
for the key.
- getActiveTraceParams() - Method in class io.opencensus.trace.config.TraceConfig
-
Returns the active TraceParams
.
- getAggregation() - Method in class io.opencensus.stats.View
-
- getAggregationMap() - Method in class io.opencensus.stats.ViewData
-
- getAllExportedViews() - Method in class io.opencensus.stats.ViewManager
-
Returns all registered views that should be exported.
- getAllMetricProducer() - Method in class io.opencensus.metrics.export.MetricProducerManager
-
- getAnnotations() - Method in class io.opencensus.trace.export.SpanData
-
Returns the annotations recorded for this Span
.
- getAttachments() - Method in class io.opencensus.metrics.data.Exemplar
-
Returns the contextual information about the example value.
- getAttributeMap() - Method in class io.opencensus.trace.export.SpanData.Attributes
-
Returns the set of attributes.
- getAttributes() - Method in class io.opencensus.trace.Annotation
-
Return the attributes of the Annotation
.
- getAttributes() - Method in class io.opencensus.trace.export.SpanData
-
Returns the attributes recorded for this Span
.
- getAttributes() - Method in class io.opencensus.trace.Link
-
Returns the set of attributes.
- getB3Format() - Method in class io.opencensus.trace.propagation.PropagationComponent
-
Returns the B3
TextFormat
with the provided implementations.
- getBinaryFormat() - Method in class io.opencensus.trace.propagation.PropagationComponent
-
- getBinarySerializer() - Method in class io.opencensus.tags.propagation.TagPropagationComponent
-
- getBoundaries() - Method in class io.opencensus.stats.BucketBoundaries
-
Returns a list of histogram bucket boundaries.
- getBucketBoundaries() - Method in class io.opencensus.metrics.export.Distribution.BucketOptions.ExplicitOptions
-
Returns the bucket boundaries of this distribution.
- getBucketBoundaries() - Method in class io.opencensus.stats.Aggregation.Distribution
-
Returns the Distribution
's bucket boundaries.
- getBucketCounts() - Method in class io.opencensus.stats.AggregationData.DistributionData
-
Returns the aggregated bucket counts.
- getBucketOptions() - Method in class io.opencensus.metrics.export.Distribution
-
Returns bucket options used to create a histogram for the distribution.
- getBuckets() - Method in class io.opencensus.metrics.export.Distribution
-
- getByte() - Method in class io.opencensus.trace.TraceOptions
-
Returns the one byte representation of the TraceOptions
.
- getBytes() - Method in class io.opencensus.trace.SpanId
-
Returns the byte representation of the SpanId
.
- getBytes() - Method in class io.opencensus.trace.TraceId
-
Returns the 16-bytes array representation of the TraceId
.
- getBytes() - Method in class io.opencensus.trace.TraceOptions
-
- getCanonicalCode() - Method in class io.opencensus.trace.export.SampledSpanStore.ErrorFilter
-
Returns the canonical code used by this filter.
- getCanonicalCode() - Method in class io.opencensus.trace.Status
-
Returns the canonical status code.
- getChildSpanCount() - Method in class io.opencensus.trace.export.SpanData
-
Returns the number of child spans that were generated while the Span
was running.
- getClock() - Method in class io.opencensus.trace.TraceComponent
-
Returns the
Clock
with the provided implementation.
- getClock() - Static method in class io.opencensus.trace.Tracing
-
Returns the global
Clock
.
- getColumns() - Method in class io.opencensus.stats.View
-
Columns (a.k.a Tag Keys) to match with the associated
Measure
.
- getCompressedMessageSize() - Method in class io.opencensus.trace.MessageEvent
-
Returns the compressed size in bytes of the MessageEvent
.
- getCompressedMessageSize() - Method in class io.opencensus.trace.NetworkEvent
-
Deprecated.
Returns the compressed size in bytes of the NetworkEvent
.
- getConstantLabels() - Method in class io.opencensus.metrics.MetricOptions
-
Returns the map of constant labels (they will be added to all the TimeSeries) for the Metric.
- getContext() - Method in class io.opencensus.trace.export.SpanData
-
Returns the SpanContext
associated with this Span
.
- getContext() - Method in class io.opencensus.trace.Span
-
Returns the SpanContext
associated with this Span
.
- getCorrelationContextFormat() - Method in class io.opencensus.tags.propagation.TagPropagationComponent
-
- getCount() - Method in class io.opencensus.metrics.export.Distribution.Bucket
-
Returns the number of values in each bucket of the histogram.
- getCount() - Method in class io.opencensus.metrics.export.Distribution
-
Returns the aggregated count.
- getCount() - Method in class io.opencensus.metrics.export.Summary
-
Returns the aggregated count.
- getCount() - Method in class io.opencensus.metrics.export.Summary.Snapshot
-
Returns the number of values in this Snapshot
.
- getCount() - Method in class io.opencensus.stats.AggregationData.CountData
-
Returns the aggregated count.
- getCount() - Method in class io.opencensus.stats.AggregationData.DistributionData
-
Returns the aggregated count.
- getCount() - Method in class io.opencensus.stats.AggregationData.MeanData
-
Deprecated.
Returns the aggregated count.
- getCurrentSpan() - Method in class io.opencensus.trace.Tracer
-
Gets the current Span from the current Context.
- getCurrentTagContext() - Method in class io.opencensus.tags.Tagger
-
Returns the current TagContext
.
- getDefaultTimeSeries() - Method in class io.opencensus.metrics.DoubleCumulative
-
Returns a DoublePoint
for a cumulative with all labels not set, or default labels.
- getDefaultTimeSeries() - Method in class io.opencensus.metrics.DoubleGauge
-
Returns a DoublePoint
for a gauge with all labels not set, or default labels.
- getDefaultTimeSeries() - Method in class io.opencensus.metrics.LongCumulative
-
Returns a LongPoint
for a cumulative with all labels not set, or default labels.
- getDefaultTimeSeries() - Method in class io.opencensus.metrics.LongGauge
-
Returns a LongPoint
for a gauge with all labels not set, or default labels.
- getDescription() - Method in class io.opencensus.metrics.export.MetricDescriptor
-
Returns the description of this metric descriptor.
- getDescription() - Method in class io.opencensus.metrics.LabelKey
-
Returns the description of this
LabelKey
.
- getDescription() - Method in class io.opencensus.metrics.MetricOptions
-
Returns the description of the Metric.
- getDescription() - Method in class io.opencensus.stats.Measure
-
Detailed description of the measure, used in documentation.
- getDescription() - Method in class io.opencensus.stats.Measure.MeasureDouble
-
- getDescription() - Method in class io.opencensus.stats.Measure.MeasureLong
-
- getDescription() - Method in class io.opencensus.stats.View
-
More detailed description, for documentation purposes.
- getDescription() - Method in class io.opencensus.trace.Annotation
-
Return the description of the Annotation
.
- getDescription() - Method in class io.opencensus.trace.Sampler
-
Returns the description of this Sampler
.
- getDescription() - Method in class io.opencensus.trace.Status
-
Returns the description of this Status
for human consumption.
- getDroppedAttributesCount() - Method in class io.opencensus.trace.export.SpanData.Attributes
-
Returns the number of dropped attributes.
- getDroppedEventsCount() - Method in class io.opencensus.trace.export.SpanData.TimedEvents
-
Returns the number of dropped events.
- getDroppedLinksCount() - Method in class io.opencensus.trace.export.SpanData.Links
-
Returns the number of dropped links.
- getDuration() - Method in class io.opencensus.stats.View.AggregationWindow.Interval
-
Deprecated.
Returns the Duration
associated with this Interval
.
- getEnd() - Method in class io.opencensus.stats.ViewData.AggregationWindowData.CumulativeData
-
Deprecated.
- getEnd() - Method in class io.opencensus.stats.ViewData.AggregationWindowData.IntervalData
-
Deprecated.
- getEnd() - Method in class io.opencensus.stats.ViewData
-
Returns the end
Timestamp
for a
ViewData
.
- getEndTimestamp() - Method in class io.opencensus.trace.export.SpanData
-
Returns the end Timestamp
or null
if the Span
is still active.
- getEntries() - Method in class io.opencensus.trace.Tracestate
-
Returns a
List
view of the mappings contained in this
TraceState
.
- getErrorSampledSpans(SampledSpanStore.ErrorFilter) - Method in class io.opencensus.trace.export.SampledSpanStore
-
Returns a list of failed spans (spans with
Status
other than
Status.OK
) that
match the
filter
.
- getEvent() - Method in class io.opencensus.trace.export.SpanData.TimedEvent
-
Returns the event.
- getEvents() - Method in class io.opencensus.trace.export.SpanData.TimedEvents
-
Returns the list of events.
- getExemplar() - Method in class io.opencensus.metrics.export.Distribution.Bucket
-
- getExemplars() - Method in class io.opencensus.stats.AggregationData.DistributionData
-
Returns the
Exemplar
s associated with histogram buckets.
- getExportComponent() - Static method in class io.opencensus.metrics.Metrics
-
- getExportComponent() - Method in class io.opencensus.metrics.MetricsComponent
-
- getExportComponent() - Method in class io.opencensus.trace.TraceComponent
-
- getExportComponent() - Static method in class io.opencensus.trace.Tracing
-
- getHasRemoteParent() - Method in class io.opencensus.trace.export.SpanData
-
Returns true
if the parent is on a different process.
- getIterator() - Method in class io.opencensus.tags.TagContext
-
Returns an iterator over the tags in this TagContext
.
- getKernelTimestamp() - Method in class io.opencensus.trace.NetworkEvent
-
Deprecated.
Returns the kernel timestamp associated with the NetworkEvent
or null
if not
set.
- getKey() - Method in class io.opencensus.metrics.LabelKey
-
- getKey() - Method in class io.opencensus.tags.Tag
-
Returns the tag's key.
- getKey() - Method in class io.opencensus.trace.Tracestate.Entry
-
Returns the key String
.
- getKind() - Method in class io.opencensus.trace.export.SpanData
-
Returns the kind of this Span
.
- getLabelKeys() - Method in class io.opencensus.metrics.export.MetricDescriptor
-
Returns the label keys associated with this metric descriptor.
- getLabelKeys() - Method in class io.opencensus.metrics.MetricOptions
-
Returns the list of label keys for the Metric.
- getLabels() - Method in class io.opencensus.resource.Resource
-
Returns a map of labels that describe the resource.
- getLabelValues() - Method in class io.opencensus.metrics.export.TimeSeries
-
- getLastValue() - Method in class io.opencensus.stats.AggregationData.LastValueDataDouble
-
Returns the last value.
- getLastValue() - Method in class io.opencensus.stats.AggregationData.LastValueDataLong
-
Returns the last value.
- getLatencyLowerNs() - Method in enum io.opencensus.trace.export.SampledSpanStore.LatencyBucketBoundaries
-
Returns the latency lower bound of the bucket.
- getLatencyLowerNs() - Method in class io.opencensus.trace.export.SampledSpanStore.LatencyFilter
-
Returns the latency lower bound of this bucket (inclusive).
- getLatencySampledSpans(SampledSpanStore.LatencyFilter) - Method in class io.opencensus.trace.export.SampledSpanStore
-
Returns a list of succeeded spans (spans with
Status
equal to
Status.OK
) that
match the
filter
.
- getLatencyUpperNs() - Method in enum io.opencensus.trace.export.SampledSpanStore.LatencyBucketBoundaries
-
Returns the latency upper bound of the bucket.
- getLatencyUpperNs() - Method in class io.opencensus.trace.export.SampledSpanStore.LatencyFilter
-
Returns the latency upper bound of this bucket (exclusive).
- getLbLatencyNs() - Method in class io.opencensus.common.ServerStats
-
Returns Load Balancer latency, a latency observed at Load Balancer.
- getLinks() - Method in class io.opencensus.trace.export.SpanData
-
Returns links recorded for this Span
.
- getLinks() - Method in class io.opencensus.trace.export.SpanData.Links
-
Returns the list of links.
- getLowerLong() - Method in class io.opencensus.trace.TraceId
-
Returns the lower 8 bytes of the trace-id as a long value, assuming little-endian order.
- getMax() - Method in class io.opencensus.stats.AggregationData.DistributionData
-
- getMaxNumberOfAnnotations() - Method in class io.opencensus.trace.config.TraceParams
-
- getMaxNumberOfAttributes() - Method in class io.opencensus.trace.config.TraceParams
-
Returns the global default max number of attributes per
Span
.
- getMaxNumberOfLinks() - Method in class io.opencensus.trace.config.TraceParams
-
Returns the global default max number of
Link
entries per
Span
.
- getMaxNumberOfMessageEvents() - Method in class io.opencensus.trace.config.TraceParams
-
- getMaxNumberOfNetworkEvents() - Method in class io.opencensus.trace.config.TraceParams
-
- getMaxSpansToReturn() - Method in class io.opencensus.trace.export.RunningSpanStore.Filter
-
Returns the maximum number of spans to be returned.
- getMaxSpansToReturn() - Method in class io.opencensus.trace.export.SampledSpanStore.ErrorFilter
-
Returns the maximum number of spans to be returned.
- getMaxSpansToReturn() - Method in class io.opencensus.trace.export.SampledSpanStore.LatencyFilter
-
Returns the maximum number of spans to be returned.
- getMean() - Method in class io.opencensus.stats.AggregationData.DistributionData
-
Returns the aggregated mean.
- getMean() - Method in class io.opencensus.stats.AggregationData.MeanData
-
Deprecated.
Returns the aggregated mean.
- getMeasure() - Method in class io.opencensus.stats.Measurement
-
- getMeasure() - Method in class io.opencensus.stats.Measurement.MeasurementDouble
-
- getMeasure() - Method in class io.opencensus.stats.Measurement.MeasurementLong
-
- getMeasure() - Method in class io.opencensus.stats.View
-
Measure type of this view.
- getMessageEvents() - Method in class io.opencensus.trace.export.SpanData
-
Returns message events recorded for this Span
.
- getMessageId() - Method in class io.opencensus.trace.MessageEvent
-
Returns the message id argument that serves to uniquely identify each message.
- getMessageId() - Method in class io.opencensus.trace.NetworkEvent
-
Deprecated.
Returns the message id argument that serves to uniquely identify each network message.
- getMessageSize() - Method in class io.opencensus.trace.NetworkEvent
-
- getMetricDescriptor() - Method in class io.opencensus.metrics.export.Metric
-
- getMetricProducerManager() - Method in class io.opencensus.metrics.export.ExportComponent
-
Returns the global
MetricProducerManager
which can be used to register handlers to
export all the recorded metrics.
- getMetricRegistry() - Static method in class io.opencensus.metrics.Metrics
-
- getMetricRegistry() - Method in class io.opencensus.metrics.MetricsComponent
-
- getMetrics() - Method in class io.opencensus.metrics.export.MetricProducer
-
Returns a collection of produced
Metric
s to be exported.
- getMin() - Method in class io.opencensus.stats.AggregationData.DistributionData
-
- getName() - Method in class io.opencensus.metrics.export.MetricDescriptor
-
Returns the metric descriptor name.
- getName() - Method in class io.opencensus.stats.Measure
-
Name of measure, as a String
.
- getName() - Method in class io.opencensus.stats.Measure.MeasureDouble
-
- getName() - Method in class io.opencensus.stats.Measure.MeasureLong
-
- getName() - Method in class io.opencensus.stats.View
-
Name of view.
- getName() - Method in class io.opencensus.tags.TagKey
-
Returns the name of the key.
- getName() - Method in class io.opencensus.trace.export.SpanData
-
Returns the name of this Span
.
- getNanos() - Method in class io.opencensus.common.Duration
-
Returns the number of nanoseconds in the Duration
.
- getNanos() - Method in class io.opencensus.common.Timestamp
-
Returns the number of nanoseconds after the number of seconds since the Unix Epoch represented
by this timestamp.
- getNetworkEvents() - Method in class io.opencensus.trace.export.SpanData
-
- getNoopPropagationComponent() - Static method in class io.opencensus.trace.propagation.PropagationComponent
-
Returns an instance that contains no-op implementations for all the instances.
- getNoopSpanExporter() - Static method in class io.opencensus.trace.export.SpanExporter
-
Returns the no-op implementation of the ExportComponent
.
- getNoopTraceConfig() - Static method in class io.opencensus.trace.config.TraceConfig
-
Returns the no-op implementation of the TraceConfig
.
- getNumbersOfErrorSampledSpans() - Method in class io.opencensus.trace.export.SampledSpanStore.PerSpanNameSummary
-
Returns the number of sampled spans in all the error buckets.
- getNumbersOfLatencySampledSpans() - Method in class io.opencensus.trace.export.SampledSpanStore.PerSpanNameSummary
-
Returns the number of sampled spans in all the latency buckets.
- getNumRunningSpans() - Method in class io.opencensus.trace.export.RunningSpanStore.PerSpanNameSummary
-
Returns the number of running spans.
- getOptions() - Method in class io.opencensus.trace.Span
-
Returns the options associated with this Span
.
- getOrCreateTimeSeries(List<LabelValue>) - Method in class io.opencensus.metrics.DoubleCumulative
-
Creates a TimeSeries
and returns a DoublePoint
if the specified labelValues
is not already associated with this cumulative, else returns an existing DoublePoint
.
- getOrCreateTimeSeries(List<LabelValue>) - Method in class io.opencensus.metrics.DoubleGauge
-
Creates a TimeSeries
and returns a DoublePoint
if the specified labelValues
is not already associated with this gauge, else returns an existing DoublePoint
.
- getOrCreateTimeSeries(List<LabelValue>) - Method in class io.opencensus.metrics.LongCumulative
-
Creates a TimeSeries
and returns a LongPoint
if the specified labelValues
is not already associated with this cumulative, else returns an existing LongPoint
.
- getOrCreateTimeSeries(List<LabelValue>) - Method in class io.opencensus.metrics.LongGauge
-
Creates a TimeSeries
and returns a LongPoint
if the specified labelValues
is not already associated with this gauge, else returns an existing LongPoint
.
- getParentSpanId() - Method in class io.opencensus.trace.export.SpanData
-
Returns the parent SpanId
or null
if the Span
is a root Span
.
- getPercentile() - Method in class io.opencensus.metrics.export.Summary.Snapshot.ValueAtPercentile
-
Returns the percentile in this ValueAtPercentile
.
- getPerSpanNameSummary() - Method in class io.opencensus.trace.export.RunningSpanStore.Summary
-
Returns a map with summary of available data for each span name.
- getPerSpanNameSummary() - Method in class io.opencensus.trace.export.SampledSpanStore.Summary
-
Returns a map with summary of available data for each span name.
- getPoints() - Method in class io.opencensus.metrics.export.TimeSeries
-
- getPropagationComponent() - Method in class io.opencensus.trace.TraceComponent
-
- getPropagationComponent() - Static method in class io.opencensus.trace.Tracing
-
- getRegisteredSpanNamesForCollection() - Method in class io.opencensus.trace.export.SampledSpanStore
-
Returns the set of unique span names registered to the library, for use in tests.
- getRunningSpans(RunningSpanStore.Filter) - Method in class io.opencensus.trace.export.RunningSpanStore
-
Returns a list of running spans that match the Filter
.
- getRunningSpanStore() - Method in class io.opencensus.trace.export.ExportComponent
-
Returns the
RunningSpanStore
that can be used to get useful debugging information about
all the current active spans.
- getSampledSpanStore() - Method in class io.opencensus.trace.export.ExportComponent
-
Returns the
SampledSpanStore
that can be used to get useful debugging information, such
as latency based sampled spans, error based sampled spans.
- getSampler() - Method in class io.opencensus.trace.config.TraceParams
-
Returns the global default Sampler
.
- getSampleToLocalSpanStore() - Method in class io.opencensus.trace.EndSpanOptions
-
- getSeconds() - Method in class io.opencensus.common.Duration
-
Returns the number of seconds in the Duration
.
- getSeconds() - Method in class io.opencensus.common.Timestamp
-
Returns the number of seconds since the Unix Epoch represented by this timestamp.
- getServiceLatencyNs() - Method in class io.opencensus.common.ServerStats
-
Returns Service latency, a latency observed at Server.
- getSnapshot() - Method in class io.opencensus.metrics.export.Summary
-
- getSpanExporter() - Method in class io.opencensus.trace.export.ExportComponent
-
- getSpanId() - Method in class io.opencensus.trace.Link
-
Returns the SpanId
.
- getSpanId() - Method in class io.opencensus.trace.SpanContext
-
Returns the span identifier associated with this SpanContext
.
- getSpanName() - Method in class io.opencensus.trace.export.RunningSpanStore.Filter
-
Returns the span name.
- getSpanName() - Method in class io.opencensus.trace.export.SampledSpanStore.ErrorFilter
-
Returns the span name used by this filter.
- getSpanName() - Method in class io.opencensus.trace.export.SampledSpanStore.LatencyFilter
-
Returns the span name used by this filter.
- getStart() - Method in class io.opencensus.stats.ViewData.AggregationWindowData.CumulativeData
-
Deprecated.
- getStart() - Method in class io.opencensus.stats.ViewData
-
Returns the start
Timestamp
for a
ViewData
.
- getStartTimestamp() - Method in class io.opencensus.metrics.export.TimeSeries
-
- getStartTimestamp() - Method in class io.opencensus.trace.export.SpanData
-
Returns the start Timestamp
of this Span
.
- getState() - Static method in class io.opencensus.stats.Stats
-
Returns the current StatsCollectionState
.
- getState() - Method in class io.opencensus.stats.StatsComponent
-
Returns the current StatsCollectionState
.
- getState() - Static method in class io.opencensus.tags.Tags
-
Returns the current TaggingState
.
- getState() - Method in class io.opencensus.tags.TagsComponent
-
Returns the current TaggingState
.
- getStatsRecorder() - Static method in class io.opencensus.stats.Stats
-
- getStatsRecorder() - Method in class io.opencensus.stats.StatsComponent
-
- getStatus() - Method in class io.opencensus.trace.EndSpanOptions
-
Returns the status.
- getStatus() - Method in class io.opencensus.trace.export.SpanData
-
Returns the Status
or null
if Span
is still active.
- getSum() - Method in class io.opencensus.metrics.export.Distribution
-
Returns the aggregated sum.
- getSum() - Method in class io.opencensus.metrics.export.Summary
-
Returns the aggregated sum.
- getSum() - Method in class io.opencensus.metrics.export.Summary.Snapshot
-
Returns the sum of values in this Snapshot
.
- getSum() - Method in class io.opencensus.stats.AggregationData.SumDataDouble
-
Returns the aggregated sum.
- getSum() - Method in class io.opencensus.stats.AggregationData.SumDataLong
-
Returns the aggregated sum.
- getSummary() - Method in class io.opencensus.trace.export.RunningSpanStore
-
Returns the summary of all available data such, as number of running spans.
- getSummary() - Method in class io.opencensus.trace.export.SampledSpanStore
-
Returns the summary of all available data, such as number of sampled spans in the latency based
samples or error based samples.
- getSumOfSquaredDeviations() - Method in class io.opencensus.metrics.export.Distribution
-
Returns the aggregated sum of squared deviations.
- getSumOfSquaredDeviations() - Method in class io.opencensus.stats.AggregationData.DistributionData
-
Returns the aggregated sum of squared deviations.
- getTagger() - Static method in class io.opencensus.tags.Tags
-
Returns the default Tagger
.
- getTagger() - Method in class io.opencensus.tags.TagsComponent
-
Returns the
Tagger
for this implementation.
- getTagMetadata() - Method in class io.opencensus.tags.Tag
-
- getTagPropagationComponent() - Static method in class io.opencensus.tags.Tags
-
Returns the default TagPropagationComponent
.
- getTagPropagationComponent() - Method in class io.opencensus.tags.TagsComponent
-
- getTags(TagContext) - Static method in class io.opencensus.tags.InternalUtils
-
Internal tag accessor.
- getTagTtl() - Method in class io.opencensus.tags.TagMetadata
-
- Getter() - Constructor for class io.opencensus.tags.propagation.TagContextTextFormat.Getter
-
- Getter() - Constructor for class io.opencensus.trace.propagation.TextFormat.Getter
-
- getTimeSeriesList() - Method in class io.opencensus.metrics.export.Metric
-
- getTimestamp() - Method in class io.opencensus.metrics.data.Exemplar
-
Returns the time that this
Exemplar
's value was recorded.
- getTimestamp() - Method in class io.opencensus.metrics.export.Point
-
- getTimestamp() - Method in class io.opencensus.trace.export.SpanData.TimedEvent
-
Returns the Timestamp
of this event.
- getTotalSize() - Static method in class io.opencensus.common.ServerStatsFieldEnums
-
Returns the total size required to encode the ServerStats
.
- getTraceConfig() - Method in class io.opencensus.trace.TraceComponent
-
Returns the
TraceConfig
with the provided implementation.
- getTraceConfig() - Static method in class io.opencensus.trace.Tracing
-
- getTraceContextFormat() - Method in class io.opencensus.trace.propagation.PropagationComponent
-
Returns the TraceContext
TextFormat
with the provided implementations.
- getTraceId() - Method in class io.opencensus.trace.Link
-
Returns the TraceId
.
- getTraceId() - Method in class io.opencensus.trace.SpanContext
-
Returns the trace identifier associated with this SpanContext
.
- getTraceOption() - Method in class io.opencensus.common.ServerStats
-
Returns Trace options, a set of bits indicating properties of trace.
- getTraceOptions() - Method in class io.opencensus.trace.SpanContext
-
Returns the TraceOptions
associated with this SpanContext
.
- getTracer() - Method in class io.opencensus.trace.TraceComponent
-
Returns the
Tracer
with the provided implementations.
- getTracer() - Static method in class io.opencensus.trace.Tracing
-
- getTracestate() - Method in class io.opencensus.trace.SpanContext
-
Returns the Tracestate
associated with this SpanContext
.
- getType() - Method in class io.opencensus.metrics.export.MetricDescriptor
-
Returns the type of this metric descriptor.
- getType() - Method in class io.opencensus.resource.Resource
-
Returns the type identifier for the resource.
- getType() - Method in class io.opencensus.trace.Link
-
Returns the Type
.
- getType() - Method in class io.opencensus.trace.MessageEvent
-
Returns the type of the MessageEvent
.
- getType() - Method in class io.opencensus.trace.NetworkEvent
-
Deprecated.
Returns the type of the NetworkEvent
.
- getUncompressedMessageSize() - Method in class io.opencensus.trace.MessageEvent
-
Returns the uncompressed size in bytes of the MessageEvent
.
- getUncompressedMessageSize() - Method in class io.opencensus.trace.NetworkEvent
-
Deprecated.
Returns the uncompressed size in bytes of the NetworkEvent
.
- getUnit() - Method in class io.opencensus.metrics.export.MetricDescriptor
-
Returns the unit of this metric descriptor.
- getUnit() - Method in class io.opencensus.metrics.MetricOptions
-
Returns the unit of the Metric.
- getUnit() - Method in class io.opencensus.stats.Measure
-
The units in which
Measure
values are measured.
- getUnit() - Method in class io.opencensus.stats.Measure.MeasureDouble
-
- getUnit() - Method in class io.opencensus.stats.Measure.MeasureLong
-
- getValue() - Method in class io.opencensus.metrics.data.AttachmentValue
-
Returns the string attachment value.
- getValue() - Method in class io.opencensus.metrics.data.Exemplar
-
- getValue() - Method in class io.opencensus.metrics.export.Point
-
- getValue() - Method in class io.opencensus.metrics.export.Summary.Snapshot.ValueAtPercentile
-
Returns the value in this ValueAtPercentile
.
- getValue() - Method in class io.opencensus.metrics.LabelValue
-
- getValue() - Method in class io.opencensus.stats.Measurement.MeasurementDouble
-
Returns the value for the measure.
- getValue() - Method in class io.opencensus.stats.Measurement.MeasurementLong
-
Returns the value for the measure.
- getValue() - Method in class io.opencensus.tags.Tag
-
Returns the tag's value.
- getValue(Context) - Static method in class io.opencensus.tags.unsafe.ContextUtils
-
Returns the value from the specified Context
.
- getValue(ContextHandle) - Method in interface io.opencensus.trace.ContextManager
-
- getValue() - Method in class io.opencensus.trace.Tracestate.Entry
-
Returns the value String
.
- getValue(ContextHandle) - Static method in class io.opencensus.trace.unsafe.ContextHandleUtils
-
Returns the value from the specified ContextHandle
.
- getValue(ContextHandle) - Method in class io.opencensus.trace.unsafe.ContextManagerImpl
-
- getValue(Context) - Static method in class io.opencensus.trace.unsafe.ContextUtils
-
Deprecated.
Returns the value from the specified Context
.
- getValueAtPercentiles() - Method in class io.opencensus.metrics.export.Summary.Snapshot
-
Returns the list of ValueAtPercentile
s in this Snapshot
.
- getView() - Method in class io.opencensus.stats.ViewData
-
- getView(View.Name) - Method in class io.opencensus.stats.ViewManager
-
Returns the current stats data,
ViewData
, associated with the given view name.
- getViewManager() - Static method in class io.opencensus.stats.Stats
-
- getViewManager() - Method in class io.opencensus.stats.StatsComponent
-
- getWindow() - Method in class io.opencensus.stats.View
-
- getWindowData() - Method in class io.opencensus.stats.ViewData
-
- SampledSpanStore - Class in io.opencensus.trace.export
-
This class allows users to access in-process information such as latency based sampled spans and
error based sampled spans.
- SampledSpanStore() - Constructor for class io.opencensus.trace.export.SampledSpanStore
-
- SampledSpanStore.ErrorFilter - Class in io.opencensus.trace.export
-
Filter for error based sampled spans.
- SampledSpanStore.LatencyBucketBoundaries - Enum in io.opencensus.trace.export
-
The latency buckets boundaries.
- SampledSpanStore.LatencyFilter - Class in io.opencensus.trace.export
-
Filter for latency based sampled spans.
- SampledSpanStore.PerSpanNameSummary - Class in io.opencensus.trace.export
-
Summary of all available data for a span name.
- SampledSpanStore.Summary - Class in io.opencensus.trace.export
-
The summary of all available data.
- Sampler - Class in io.opencensus.trace
-
Sampler is used to make decisions on
Span
sampling.
- Sampler() - Constructor for class io.opencensus.trace.Sampler
-
- Samplers - Class in io.opencensus.trace.samplers
-
Static class to access a set of pre-defined
Samplers
.
- Scope - Interface in io.opencensus.common
-
A
Closeable
that represents a change to the current context over a scope of code.
- ServerStats - Class in io.opencensus.common
-
A representation of stats measured on the server side.
- ServerStatsDeserializationException - Exception in io.opencensus.common
-
- ServerStatsDeserializationException(String) - Constructor for exception io.opencensus.common.ServerStatsDeserializationException
-
Constructs a new ServerStatsDeserializationException
with the given message.
- ServerStatsDeserializationException(String, Throwable) - Constructor for exception io.opencensus.common.ServerStatsDeserializationException
-
Constructs a new ServerStatsDeserializationException
with the given message and cause.
- ServerStatsEncoding - Class in io.opencensus.common
-
A service class to encode/decode
ServerStats
as defined by the spec.
- ServerStatsFieldEnums - Class in io.opencensus.common
-
A Enum representation for Ids and Size for attributes of ServerStats
.
- ServerStatsFieldEnums.Id - Enum in io.opencensus.common
-
Available Ids for ServerStats
attributes.
- ServerStatsFieldEnums.Size - Enum in io.opencensus.common
-
Size for each attributes in ServerStats
.
- set(double) - Method in class io.opencensus.metrics.DoubleGauge.DoublePoint
-
Sets the given value.
- set(long) - Method in class io.opencensus.metrics.LongGauge.LongPoint
-
Sets the given value.
- set(String, String) - Method in class io.opencensus.trace.Tracestate.Builder
-
Adds or updates the Entry
that has the given key
if it is present.
- setCompressedMessageSize(long) - Method in class io.opencensus.trace.MessageEvent.Builder
-
Sets the compressed message size.
- setCompressedMessageSize(long) - Method in class io.opencensus.trace.NetworkEvent.Builder
-
Deprecated.
Sets the compressed message size.
- setConstantLabels(Map<LabelKey, LabelValue>) - Method in class io.opencensus.metrics.MetricOptions.Builder
-
Sets the map of constant labels (they will be added to all the TimeSeries) for the Metric.
- setDescription(String) - Method in class io.opencensus.metrics.MetricOptions.Builder
-
Sets the description of the Metric.
- setIsSampled() - Method in class io.opencensus.trace.TraceOptions.Builder
-
- setIsSampled(boolean) - Method in class io.opencensus.trace.TraceOptions.Builder
-
Sets the sampling bit in the options.
- setKernelTimestamp(Timestamp) - Method in class io.opencensus.trace.NetworkEvent.Builder
-
Deprecated.
Sets the kernel timestamp.
- setLabelKeys(List<LabelKey>) - Method in class io.opencensus.metrics.MetricOptions.Builder
-
Sets the list of label keys for the Metric.
- setMaxNumberOfAnnotations(int) - Method in class io.opencensus.trace.config.TraceParams.Builder
-
- setMaxNumberOfAttributes(int) - Method in class io.opencensus.trace.config.TraceParams.Builder
-
Sets the global default max number of attributes per
Span
.
- setMaxNumberOfLinks(int) - Method in class io.opencensus.trace.config.TraceParams.Builder
-
Sets the global default max number of
Link
entries per
Span
.
- setMaxNumberOfMessageEvents(int) - Method in class io.opencensus.trace.config.TraceParams.Builder
-
- setMaxNumberOfNetworkEvents(int) - Method in class io.opencensus.trace.config.TraceParams.Builder
-
- setMaxNumberOfSpans(int) - Method in class io.opencensus.trace.export.RunningSpanStore
-
Sets the maximum number of Spans in th RunningSpanStore
.
- setMessageSize(long) - Method in class io.opencensus.trace.NetworkEvent.Builder
-
- setParentLinks(List<Span>) - Method in class io.opencensus.trace.SpanBuilder
-
Sets the List
of parent links.
- setPoint(Point) - Method in class io.opencensus.metrics.export.TimeSeries
-
- setRecordEvents(boolean) - Method in class io.opencensus.trace.SpanBuilder
-
- setSampler(Sampler) - Method in class io.opencensus.trace.config.TraceParams.Builder
-
Sets the global default Sampler
.
- setSampler(Sampler) - Method in class io.opencensus.trace.SpanBuilder
-
- setSampleToLocalSpanStore(boolean) - Method in class io.opencensus.trace.EndSpanOptions.Builder
-
- setSpanKind(Span.Kind) - Method in class io.opencensus.trace.SpanBuilder
-
Sets the
Span.Kind
for the newly created
Span
.
- setState(StatsCollectionState) - Static method in class io.opencensus.stats.Stats
-
- setState(StatsCollectionState) - Method in class io.opencensus.stats.StatsComponent
-
- setState(TaggingState) - Static method in class io.opencensus.tags.Tags
-
- setState(TaggingState) - Method in class io.opencensus.tags.TagsComponent
-
- setStatus(Status) - Method in class io.opencensus.trace.BlankSpan
-
- setStatus(Status) - Method in class io.opencensus.trace.EndSpanOptions.Builder
-
Sets the status for the
Span
.
- setStatus(Status) - Method in class io.opencensus.trace.Span
-
- Setter() - Constructor for class io.opencensus.tags.propagation.TagContextTextFormat.Setter
-
- Setter() - Constructor for class io.opencensus.trace.propagation.TextFormat.Setter
-
- setUncompressedMessageSize(long) - Method in class io.opencensus.trace.MessageEvent.Builder
-
Sets the uncompressed message size.
- setUncompressedMessageSize(long) - Method in class io.opencensus.trace.NetworkEvent.Builder
-
Deprecated.
Sets the uncompressed message size.
- setUnit(String) - Method in class io.opencensus.metrics.MetricOptions.Builder
-
Sets the unit of the Metric.
- shouldSample(SpanContext, Boolean, TraceId, SpanId, String, List<Span>) - Method in class io.opencensus.trace.Sampler
-
Called during
Span
creation to make a sampling decision.
- shutdown() - Method in class io.opencensus.trace.export.ExportComponent
-
Will shutdown this ExportComponent after flushing any pending spans.
- SIZE - Static variable in class io.opencensus.trace.SpanId
-
The size in bytes of the SpanId
.
- SIZE - Static variable in class io.opencensus.trace.TraceId
-
The size in bytes of the TraceId
.
- SIZE - Static variable in class io.opencensus.trace.TraceOptions
-
The size in bytes of the TraceOptions
.
- Snapshot() - Constructor for class io.opencensus.metrics.export.Summary.Snapshot
-
- Span - Class in io.opencensus.trace
-
An abstract class that represents a span.
- Span(SpanContext, EnumSet<Span.Options>) - Constructor for class io.opencensus.trace.Span
-
Creates a new Span
.
- Span.Kind - Enum in io.opencensus.trace
-
Type of span.
- Span.Options - Enum in io.opencensus.trace
-
Span
options.
- SpanBuilder - Class in io.opencensus.trace
-
SpanBuilder
is used to construct
Span
instances which define arbitrary scopes of
code that are sampled for distributed tracing as a single atomic unit.
- SpanBuilder() - Constructor for class io.opencensus.trace.SpanBuilder
-
- spanBuilder(String) - Method in class io.opencensus.trace.Tracer
-
Returns a
SpanBuilder
to create and start a new child
Span
as a child of to the
current
Span
if any, otherwise creates a root
Span
.
- spanBuilderWithExplicitParent(String, Span) - Method in class io.opencensus.trace.Tracer
-
Returns a
SpanBuilder
to create and start a new child
Span
(or root if parent
is
null
or has an invalid
SpanContext
), with parent being the designated
Span
.
- spanBuilderWithRemoteParent(String, SpanContext) - Method in class io.opencensus.trace.Tracer
-
- SpanContext - Class in io.opencensus.trace
-
A class that represents a span context.
- SpanContextParseException - Exception in io.opencensus.trace.propagation
-
- SpanContextParseException(String) - Constructor for exception io.opencensus.trace.propagation.SpanContextParseException
-
Constructs a new SpanContextParseException
with the given message.
- SpanContextParseException(String, Throwable) - Constructor for exception io.opencensus.trace.propagation.SpanContextParseException
-
Constructs a new SpanContextParseException
with the given message and cause.
- SpanData - Class in io.opencensus.trace.export
-
Immutable representation of all data collected by the
Span
class.
- SpanData.Attributes - Class in io.opencensus.trace.export
-
A set of attributes and the number of dropped attributes representation.
- SpanData.Links - Class in io.opencensus.trace.export
-
A list of links and the number of dropped links representation.
- SpanData.TimedEvent<T> - Class in io.opencensus.trace.export
-
A timed event representation.
- SpanData.TimedEvents<T> - Class in io.opencensus.trace.export
-
A list of timed events and the number of dropped events representation.
- SpanExporter - Class in io.opencensus.trace.export
-
A service that is used by the library to export
SpanData
for all the spans that are part
of a distributed sampled trace (see
TraceOptions.isSampled()
).
- SpanExporter() - Constructor for class io.opencensus.trace.export.SpanExporter
-
- SpanExporter.Handler - Class in io.opencensus.trace.export
-
An abstract class that allows different tracing services to export recorded data for sampled
spans in their own format.
- SpanId - Class in io.opencensus.trace
-
A class that represents a span identifier.
- startScopedSpan() - Method in class io.opencensus.trace.SpanBuilder
-
- startSpan() - Method in class io.opencensus.trace.SpanBuilder
-
- startSpanAndCall(Callable<V>) - Method in class io.opencensus.trace.SpanBuilder
-
Starts a new span and calls the given Callable
with the newly created Span
as
the current Span
, and ends the Span
after the Callable
is called.
- startSpanAndRun(Runnable) - Method in class io.opencensus.trace.SpanBuilder
-
Starts a new span and runs the given Runnable
with the newly created Span
as
the current Span
, and ends the Span
after the Runnable
is run.
- Stats - Class in io.opencensus.stats
-
- StatsCollectionState - Enum in io.opencensus.stats
-
- StatsComponent - Class in io.opencensus.stats
-
- StatsComponent() - Constructor for class io.opencensus.stats.StatsComponent
-
- StatsRecorder - Class in io.opencensus.stats
-
Provides methods to record stats against tags.
- StatsRecorder() - Constructor for class io.opencensus.stats.StatsRecorder
-
- Status - Class in io.opencensus.trace
-
Defines the status of a
Span
by providing a standard
Status.CanonicalCode
in conjunction
with an optional descriptive message.
- Status.CanonicalCode - Enum in io.opencensus.trace
-
The set of canonical status codes.
- stringAttributeValue(String) - Static method in class io.opencensus.trace.AttributeValue
-
Returns an AttributeValue
with a string value.
- subtractTimestamp(Timestamp) - Method in class io.opencensus.common.Timestamp
-
Returns a
Duration
calculated as:
this - timestamp
.
- Summary - Class in io.opencensus.metrics.export
-
Implementation of the
Distribution
as a summary of observations.
- Summary.Snapshot - Class in io.opencensus.metrics.export
-
Represents the summary observation of the recorded events over a sliding time window.
- Summary.Snapshot.ValueAtPercentile - Class in io.opencensus.metrics.export
-
Represents the value at a given percentile of a distribution.
- summaryValue(Summary) - Static method in class io.opencensus.metrics.export.Value
-
- value() - Method in enum io.opencensus.common.ServerStatsFieldEnums.Id
-
- value() - Method in enum io.opencensus.common.ServerStatsFieldEnums.Size
-
- Value - Class in io.opencensus.metrics.export
-
The actual point value for a
Point
.
- value() - Method in enum io.opencensus.trace.Status.CanonicalCode
-
Returns the numerical value of the code.
- ValueAtPercentile() - Constructor for class io.opencensus.metrics.export.Summary.Snapshot.ValueAtPercentile
-
- valueOf(String) - Static method in enum io.opencensus.common.ServerStatsFieldEnums.Id
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.opencensus.common.ServerStatsFieldEnums.Id
-
- valueOf(String) - Static method in enum io.opencensus.common.ServerStatsFieldEnums.Size
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.opencensus.metrics.export.MetricDescriptor.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.opencensus.stats.StatsCollectionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.opencensus.tags.TaggingState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.opencensus.tags.TagMetadata.TagTtl
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.opencensus.trace.export.SampledSpanStore.LatencyBucketBoundaries
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.opencensus.trace.Link.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.opencensus.trace.MessageEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.opencensus.trace.NetworkEvent.Type
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.opencensus.trace.Span.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.opencensus.trace.Span.Options
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.opencensus.trace.Status.CanonicalCode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.opencensus.common.ServerStatsFieldEnums.Id
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.opencensus.common.ServerStatsFieldEnums.Size
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.opencensus.metrics.export.MetricDescriptor.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.opencensus.stats.StatsCollectionState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.opencensus.tags.TaggingState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.opencensus.tags.TagMetadata.TagTtl
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.opencensus.trace.export.SampledSpanStore.LatencyBucketBoundaries
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.opencensus.trace.Link.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.opencensus.trace.MessageEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.opencensus.trace.NetworkEvent.Type
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.opencensus.trace.Span.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.opencensus.trace.Span.Options
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.opencensus.trace.Status.CanonicalCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSION - Static variable in class io.opencensus.common.OpenCensusLibraryInformation
-
The current version of the OpenCensus Java library.
- View - Class in io.opencensus.stats
-
A View specifies an aggregation and a set of tag keys.
- View.AggregationWindow - Class in io.opencensus.stats
-
- View.AggregationWindow.Cumulative - Class in io.opencensus.stats
-
- View.AggregationWindow.Interval - Class in io.opencensus.stats
-
- View.Name - Class in io.opencensus.stats
-
The name of a View
.
- ViewData - Class in io.opencensus.stats
-
The aggregated data for a particular
View
.
- ViewData.AggregationWindowData - Class in io.opencensus.stats
-
- ViewData.AggregationWindowData.CumulativeData - Class in io.opencensus.stats
-
- ViewData.AggregationWindowData.IntervalData - Class in io.opencensus.stats
-
- ViewManager - Class in io.opencensus.stats
-
Provides facilities to register
View
s for collecting stats and retrieving stats data as a
ViewData
.
- ViewManager() - Constructor for class io.opencensus.stats.ViewManager
-