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 classOpenCensusLibraryInformationClass 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 classHttpClientHandler<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.classHttpRequestContextThis 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 ExperimentalApi Modifier and Type Class Description classHttpRequestListenerThis class extracts attributes from Http Client Request and Response.classOcJettyHttpClientThis class is a wrapper toHttpClient.(package private) classOcJettyHttpClientExtractorThis class extracts attributes fromRequestandResponse. -
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) classOcHttpServletExtractorThis class extracts attributes fromHttpServletRequestandHttpServletResponse.classOcHttpServletFilterThis filter class implements Filter interface called by web container.classOcHttpServletListenerThis class implementsAsyncListenerto handle span completion for async request handling.classWriteListenerWrapperThis 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 classHttpTraceUtilA 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 classLabelKeyThe key of aLabelassociated with aMetricDescriptor.classLabelValueThe value of aLabelassociated with aTimeSeries.classMetricRegistryCreates and manages your application's set of metrics.classMetricsClass for accessing the defaultMetricsComponent.classMetricsComponentClass that holds the implementation instance forExportComponent.Methods in io.opencensus.metrics with annotations of type ExperimentalApi Modifier and Type Method Description abstract DerivedDoubleCumulativeMetricRegistry. addDerivedDoubleCumulative(java.lang.String name, MetricOptions options)Builds a new derived double cumulative to be added to the registry.abstract DerivedDoubleGaugeMetricRegistry. addDerivedDoubleGauge(java.lang.String name, MetricOptions options)Builds a new derived double gauge to be added to the registry.abstract DerivedLongCumulativeMetricRegistry. addDerivedLongCumulative(java.lang.String name, MetricOptions options)Builds a new derived long cumulative to be added to the registry.abstract DerivedLongGaugeMetricRegistry. addDerivedLongGauge(java.lang.String name, MetricOptions options)Builds a new derived long gauge to be added to the registry.abstract DoubleCumulativeMetricRegistry. addDoubleCumulative(java.lang.String name, MetricOptions options)Builds a new double cumulative to be added to the registry.abstract DoubleGaugeMetricRegistry. addDoubleGauge(java.lang.String name, MetricOptions options)Builds a new double gauge to be added to the registry.abstract LongCumulativeMetricRegistry. addLongCumulative(java.lang.String name, MetricOptions options)Builds a new long cumulative to be added to the registry.abstract LongGaugeMetricRegistry. 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 classDistributionDistributioncontains summary statistics for a population of values.classExportComponentClass that holds the implementation instance forMetricProducerManager.classMetricAMetricwith one or moreTimeSeries.classMetricDescriptorMetricDescriptordefines aMetrictype and its schema.classMetricProducerAMetricproducer that can be registered for exporting usingMetricProducerManager.classMetricProducerManagerKeeps a set ofMetricProducerthat is used by exporters to determine the metrics that need to be exported.classPointA timestamped measurement of aTimeSeries.classSummaryImplementation of theDistributionas a summary of observations.classTimeSeriesA collection of data points that describes the time-varying values of aMetric.classValueThe 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 classResourceResourcerepresents 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 classTracestateCarries tracing-system specific context in a list of key-value pairs.static classTracestate.BuilderBuilder class forMessageEvent.static classTracestate.EntryImmutable key-value pair forTracestate.Methods in io.opencensus.trace with annotations of type ExperimentalApi Modifier and Type Method Description booleanAutoValue_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 ExperimentalApi Modifier and Type Class Description classTextFormatInjects and extractstrace identifiersas 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 TextFormatPropagationComponent. getB3Format()Returns the B3TextFormatwith the provided implementations.abstract TextFormatPropagationComponent. getTraceContextFormat()Returns the TraceContextTextFormatwith the provided implementations.
-