Uses of Class
io.opencensus.common.ExperimentalApi
-
Packages that use ExperimentalApi Package Description io.opencensus.common Common API between different packages in this artifact.io.opencensus.contrib.http io.opencensus.contrib.http.jetty.client io.opencensus.contrib.http.servlet io.opencensus.contrib.http.util io.opencensus.metrics This package describes the Metrics data model.io.opencensus.metrics.export io.opencensus.resource API for resource information population.io.opencensus.trace API for distributed tracing.io.opencensus.trace.propagation -
Packages with annotations of type ExperimentalApi Package Description io.opencensus.metrics.data This package describes common data models in Metrics that are shared across multiple packages.io.opencensus.metrics This package describes the Metrics data model.io.opencensus.resource API for resource information population. -
-
Uses of ExperimentalApi in io.opencensus.common
Classes in io.opencensus.common with annotations of type ExperimentalApi Modifier and Type Class Description class
OpenCensusLibraryInformation
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 ExperimentalApi Modifier and Type Class Description class
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
HttpRequestContext
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 ExperimentalApi Modifier and Type Class Description class
HttpRequestListener
This class extracts attributes from Http Client Request and Response.class
OcJettyHttpClient
This class is a wrapper toHttpClient
.(package private) class
OcJettyHttpClientExtractor
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 ExperimentalApi Modifier and Type Class Description (package private) class
OcHttpServletExtractor
This class extracts attributes fromHttpServletRequest
andHttpServletResponse
.class
OcHttpServletFilter
This filter class implements Filter interface called by web container.class
OcHttpServletListener
This class implementsAsyncListener
to handle span completion for async request handling.class
WriteListenerWrapper
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 ExperimentalApi Modifier and Type Class Description class
HttpTraceUtil
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 ExperimentalApi Modifier and Type Class Description class
LabelKey
The key of aLabel
associated with aMetricDescriptor
.class
LabelValue
The value of aLabel
associated with aTimeSeries
.class
MetricRegistry
Creates and manages your application's set of metrics.class
Metrics
Class for accessing the defaultMetricsComponent
.class
MetricsComponent
Class that holds the implementation instance forExportComponent
.Methods in io.opencensus.metrics with annotations of type ExperimentalApi Modifier and Type Method Description abstract DerivedDoubleCumulative
MetricRegistry. addDerivedDoubleCumulative(java.lang.String name, MetricOptions options)
Builds a new derived double cumulative to be added to the registry.abstract DerivedDoubleGauge
MetricRegistry. addDerivedDoubleGauge(java.lang.String name, MetricOptions options)
Builds a new derived double gauge to be added to the registry.abstract DerivedLongCumulative
MetricRegistry. addDerivedLongCumulative(java.lang.String name, MetricOptions options)
Builds a new derived long cumulative to be added to the registry.abstract DerivedLongGauge
MetricRegistry. addDerivedLongGauge(java.lang.String name, MetricOptions options)
Builds a new derived long gauge to be added to the registry.abstract DoubleCumulative
MetricRegistry. addDoubleCumulative(java.lang.String name, MetricOptions options)
Builds a new double cumulative to be added to the registry.abstract DoubleGauge
MetricRegistry. addDoubleGauge(java.lang.String name, MetricOptions options)
Builds a new double gauge to be added to the registry.abstract LongCumulative
MetricRegistry. addLongCumulative(java.lang.String name, MetricOptions options)
Builds a new long cumulative to be added to the registry.abstract LongGauge
MetricRegistry. addLongGauge(java.lang.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 ExperimentalApi Modifier and Type Class Description class
Distribution
Distribution
contains summary statistics for a population of values.class
ExportComponent
Class that holds the implementation instance forMetricProducerManager
.class
Metric
AMetric
with one or moreTimeSeries
.class
MetricDescriptor
MetricDescriptor
defines aMetric
type and its schema.class
MetricProducer
AMetric
producer that can be registered for exporting usingMetricProducerManager
.class
MetricProducerManager
Keeps a set ofMetricProducer
that is used by exporters to determine the metrics that need to be exported.class
Point
A timestamped measurement of aTimeSeries
.class
Summary
Implementation of theDistribution
as a summary of observations.class
TimeSeries
A collection of data points that describes the time-varying values of aMetric
.class
Value
The actual point value for aPoint
. -
Uses of ExperimentalApi in io.opencensus.resource
Classes in io.opencensus.resource with annotations of type ExperimentalApi Modifier and Type Class Description class
Resource
Resource
represents a resource, which capture identifying information about the entities for which signals (stats or traces) are reported. -
Uses of ExperimentalApi in io.opencensus.trace
Classes in io.opencensus.trace with annotations of type ExperimentalApi Modifier and Type Class Description class
Tracestate
Carries tracing-system specific context in a list of key-value pairs.static class
Tracestate.Builder
Builder class forMessageEvent
.static class
Tracestate.Entry
Immutable key-value pair forTracestate
.Methods in io.opencensus.trace with annotations of type ExperimentalApi Modifier and Type Method Description boolean
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 ExperimentalApi Modifier and Type Class Description class
TextFormat
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 ExperimentalApi Modifier and Type Method Description abstract TextFormat
PropagationComponent. getB3Format()
Returns the B3TextFormat
with the provided implementations.abstract TextFormat
PropagationComponent. getTraceContextFormat()
Returns the TraceContextTextFormat
with the provided implementations.
-