go.opencensus.iogo.opencensus.io/stats/view

Imports of package view

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
go.opencensus.io/internal/tagencodingPackage tagencoding contains the tag encoding used interally by the stats collector.
go.opencensus.io/metric/metricdataPackage metricdata contains the metrics data model.
go.opencensus.io/metric/metricproducer
go.opencensus.io/resourcePackage resource provides functionality for resource, which capture identifying information about the entities for which signals are exported.
go.opencensus.io/statsPackage stats contains support for OpenCensus stats recording.
go.opencensus.io/stats/internal
go.opencensus.io/tagPackage tag contains OpenCensus tags.
mathPackage math provides basic constants and mathematical functions.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.