Uses of Annotation Type
io.opencensus.common.ExperimentalApi
Packages that use ExperimentalApi
Package
Description
Common API between different packages in this artifact.
This package describes the Metrics data model.
API for resource information population.
API for distributed tracing.
Packages with annotations of type ExperimentalApi
Package
Description
This package describes common data models in Metrics that are shared across multiple packages.
This package describes the Metrics data model.
API for resource information population.
-
Uses of ExperimentalApi in io.opencensus.common
Classes in io.opencensus.common with annotations of type ExperimentalApiModifier and TypeClassDescriptionfinal class
Class holder for all common constants (such as the version) for the OpenCensus Java library. -
Uses of ExperimentalApi in io.opencensus.contrib.http
Classes in io.opencensus.contrib.http with annotations of type ExperimentalApiModifier and TypeClassDescriptionclass
HttpClientHandler<Q,
P, C> This helper class provides routine methods to instrument HTTP clients.class
HttpExtractor<Q,
P> An adaptor to extract information from request and response.class
This class provides storage per request context on http client and server.class
HttpServerHandler<Q,
P, C> This helper class provides routine methods to instrument HTTP servers. -
Uses of ExperimentalApi in io.opencensus.contrib.http.jetty.client
Classes in io.opencensus.contrib.http.jetty.client with annotations of type ExperimentalApiModifier and TypeClassDescriptionfinal class
This class extracts attributes from Http Client Request and Response.final class
This class is a wrapper toHttpClient
.(package private) final class
This class extracts attributes fromRequest
andResponse
. -
Uses of ExperimentalApi in io.opencensus.contrib.http.servlet
Classes in io.opencensus.contrib.http.servlet with annotations of type ExperimentalApiModifier and TypeClassDescription(package private) class
This class extracts attributes fromHttpServletRequest
andHttpServletResponse
.class
This filter class implements Filter interface called by web container.final class
This class implementsAsyncListener
to handle span completion for async request handling.class
This class is a wrapper class forWriteListener
. -
Uses of ExperimentalApi in io.opencensus.contrib.http.util
Classes in io.opencensus.contrib.http.util with annotations of type ExperimentalApiModifier and TypeClassDescriptionfinal class
A helper class to provide convenience methods for tracing. -
Uses of ExperimentalApi in io.opencensus.metrics
Classes in io.opencensus.metrics with annotations of type ExperimentalApiModifier and TypeClassDescriptionclass
The key of aLabel
associated with aMetricDescriptor
.class
The value of aLabel
associated with aTimeSeries
.class
Creates and manages your application's set of metrics.final class
Class for accessing the defaultMetricsComponent
.class
Class that holds the implementation instance forExportComponent
.Methods in io.opencensus.metrics with annotations of type ExperimentalApiModifier and TypeMethodDescriptionabstract DerivedDoubleCumulative
MetricRegistry.addDerivedDoubleCumulative
(String name, MetricOptions options) Builds a new derived double cumulative to be added to the registry.abstract DerivedDoubleGauge
MetricRegistry.addDerivedDoubleGauge
(String name, MetricOptions options) Builds a new derived double gauge to be added to the registry.abstract DerivedLongCumulative
MetricRegistry.addDerivedLongCumulative
(String name, MetricOptions options) Builds a new derived long cumulative to be added to the registry.abstract DerivedLongGauge
MetricRegistry.addDerivedLongGauge
(String name, MetricOptions options) Builds a new derived long gauge to be added to the registry.abstract DoubleCumulative
MetricRegistry.addDoubleCumulative
(String name, MetricOptions options) Builds a new double cumulative to be added to the registry.abstract DoubleGauge
MetricRegistry.addDoubleGauge
(String name, MetricOptions options) Builds a new double gauge to be added to the registry.abstract LongCumulative
MetricRegistry.addLongCumulative
(String name, MetricOptions options) Builds a new long cumulative to be added to the registry.abstract LongGauge
MetricRegistry.addLongGauge
(String name, MetricOptions options) Builds a new long gauge to be added to the registry. -
Uses of ExperimentalApi in io.opencensus.metrics.export
Classes in io.opencensus.metrics.export with annotations of type ExperimentalApiModifier and TypeClassDescriptionclass
Distribution
contains summary statistics for a population of values.class
Class that holds the implementation instance forMetricProducerManager
.class
AMetric
with one or moreTimeSeries
.class
MetricDescriptor
defines aMetric
type and its schema.class
AMetric
producer that can be registered for exporting usingMetricProducerManager
.class
Keeps a set ofMetricProducer
that is used by exporters to determine the metrics that need to be exported.class
A timestamped measurement of aTimeSeries
.class
Implementation of theDistribution
as a summary of observations.class
A collection of data points that describes the time-varying values of aMetric
.class
The actual point value for aPoint
. -
Uses of ExperimentalApi in io.opencensus.resource
Classes in io.opencensus.resource with annotations of type ExperimentalApi -
Uses of ExperimentalApi in io.opencensus.trace
Classes in io.opencensus.trace with annotations of type ExperimentalApiModifier and TypeClassDescriptionclass
Carries tracing-system specific context in a list of key-value pairs.static final class
Builder class forMessageEvent
.static class
Immutable key-value pair forTracestate
.Methods in io.opencensus.trace with annotations of type ExperimentalApiModifier and TypeMethodDescriptionboolean
AutoValue_EndSpanOptions.getSampleToLocalSpanStore()
abstract boolean
EndSpanOptions.getSampleToLocalSpanStore()
Iftrue
this is equivalent with calling theSampledSpanStore.registerSpanNamesForCollection(Collection)
in advance for this span name.abstract EndSpanOptions.Builder
EndSpanOptions.Builder.setSampleToLocalSpanStore
(boolean sampleToLocalSpanStore) If set totrue
this is equivalent with calling theSampledSpanStore.registerSpanNamesForCollection(Collection)
in advance for the given span name. -
Uses of ExperimentalApi in io.opencensus.trace.propagation
Classes in io.opencensus.trace.propagation with annotations of type ExperimentalApiModifier and TypeClassDescriptionclass
Injects and extractstrace identifiers
as text into carriers that travel in-band across process boundaries.Methods in io.opencensus.trace.propagation with annotations of type ExperimentalApiModifier and TypeMethodDescriptionabstract TextFormat
PropagationComponent.getB3Format()
Returns the B3TextFormat
with the provided implementations.abstract TextFormat
PropagationComponent.getTraceContextFormat()
Returns the TraceContextTextFormat
with the provided implementations.