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 classClass 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 TypeClassDescriptionclassHttpClientHandler<Q,P, C> This helper class provides routine methods to instrument HTTP clients.classHttpExtractor<Q,P> An adaptor to extract information from request and response.classThis class provides storage per request context on http client and server.classHttpServerHandler<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 classThis class extracts attributes from Http Client Request and Response.final classThis class is a wrapper toHttpClient.(package private) final classThis class extracts attributes fromRequestandResponse. -
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) classThis class extracts attributes fromHttpServletRequestandHttpServletResponse.classThis filter class implements Filter interface called by web container.final classThis class implementsAsyncListenerto handle span completion for async request handling.classThis 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 classA 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 TypeClassDescriptionclassThe key of aLabelassociated with aMetricDescriptor.classThe value of aLabelassociated with aTimeSeries.classCreates and manages your application's set of metrics.final classClass for accessing the defaultMetricsComponent.classClass that holds the implementation instance forExportComponent.Methods in io.opencensus.metrics with annotations of type ExperimentalApiModifier and TypeMethodDescriptionabstract DerivedDoubleCumulativeMetricRegistry.addDerivedDoubleCumulative(String name, MetricOptions options) Builds a new derived double cumulative to be added to the registry.abstract DerivedDoubleGaugeMetricRegistry.addDerivedDoubleGauge(String name, MetricOptions options) Builds a new derived double gauge to be added to the registry.abstract DerivedLongCumulativeMetricRegistry.addDerivedLongCumulative(String name, MetricOptions options) Builds a new derived long cumulative to be added to the registry.abstract DerivedLongGaugeMetricRegistry.addDerivedLongGauge(String name, MetricOptions options) Builds a new derived long gauge to be added to the registry.abstract DoubleCumulativeMetricRegistry.addDoubleCumulative(String name, MetricOptions options) Builds a new double cumulative to be added to the registry.abstract DoubleGaugeMetricRegistry.addDoubleGauge(String name, MetricOptions options) Builds a new double gauge to be added to the registry.abstract LongCumulativeMetricRegistry.addLongCumulative(String name, MetricOptions options) Builds a new long cumulative to be added to the registry.abstract LongGaugeMetricRegistry.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 TypeClassDescriptionclassDistributioncontains summary statistics for a population of values.classClass that holds the implementation instance forMetricProducerManager.classAMetricwith one or moreTimeSeries.classMetricDescriptordefines aMetrictype and its schema.classAMetricproducer that can be registered for exporting usingMetricProducerManager.classKeeps a set ofMetricProducerthat is used by exporters to determine the metrics that need to be exported.classA timestamped measurement of aTimeSeries.classImplementation of theDistributionas a summary of observations.classA collection of data points that describes the time-varying values of aMetric.classThe 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 TypeClassDescriptionclassCarries tracing-system specific context in a list of key-value pairs.static final classBuilder class forMessageEvent.static classImmutable key-value pair forTracestate.Methods in io.opencensus.trace with annotations of type ExperimentalApiModifier and TypeMethodDescriptionbooleanAutoValue_EndSpanOptions.getSampleToLocalSpanStore()abstract booleanEndSpanOptions.getSampleToLocalSpanStore()Iftruethis is equivalent with calling theSampledSpanStore.registerSpanNamesForCollection(Collection)in advance for this span name.abstract EndSpanOptions.BuilderEndSpanOptions.Builder.setSampleToLocalSpanStore(boolean sampleToLocalSpanStore) If set totruethis 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 TypeClassDescriptionclassInjects and extractstrace identifiersas text into carriers that travel in-band across process boundaries.Methods in io.opencensus.trace.propagation with annotations of type ExperimentalApiModifier and TypeMethodDescriptionabstract TextFormatPropagationComponent.getB3Format()Returns the B3TextFormatwith the provided implementations.abstract TextFormatPropagationComponent.getTraceContextFormat()Returns the TraceContextTextFormatwith the provided implementations.