Uses of Class
io.opencensus.internal.DefaultVisibilityForTesting
-
Packages that use DefaultVisibilityForTesting Package Description io.opencensus.metrics This package describes the Metrics data model.io.opencensus.resource API for resource information population.io.opencensus.stats API for stats recording.io.opencensus.tags API for associating tags with scoped operations.io.opencensus.trace API for distributed tracing. -
-
Uses of DefaultVisibilityForTesting in io.opencensus.metrics
Methods in io.opencensus.metrics with annotations of type DefaultVisibilityForTesting Modifier and Type Method Description (package private) static MetricsComponent
Metrics. loadMetricsComponent(java.lang.ClassLoader classLoader)
-
Uses of DefaultVisibilityForTesting in io.opencensus.resource
Fields in io.opencensus.resource with annotations of type DefaultVisibilityForTesting Modifier and Type Field Description (package private) static int
Resource. MAX_LENGTH
-
Uses of DefaultVisibilityForTesting in io.opencensus.stats
Fields in io.opencensus.stats with annotations of type DefaultVisibilityForTesting Modifier and Type Field Description (package private) static int
Measure. NAME_MAX_LENGTH
(package private) static int
View. NAME_MAX_LENGTH
Methods in io.opencensus.stats with annotations of type DefaultVisibilityForTesting Modifier and Type Method Description (package private) static StatsComponent
Stats. loadStatsComponent(java.lang.ClassLoader classLoader)
-
Uses of DefaultVisibilityForTesting in io.opencensus.tags
Methods in io.opencensus.tags with annotations of type DefaultVisibilityForTesting Modifier and Type Method Description (package private) static TagsComponent
Tags. loadTagsComponent(java.lang.ClassLoader classLoader)
-
Uses of DefaultVisibilityForTesting in io.opencensus.trace
Methods in io.opencensus.trace with annotations of type DefaultVisibilityForTesting Modifier and Type Method Description (package private) byte
TraceOptions. getOptions()
(package private) static TraceComponent
Tracing. loadTraceComponent(java.lang.ClassLoader classLoader)
-