go.opencensus.iogo.opencensus.io/examples/quickstart

Imports of quickstart command

PathSynopsis
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
go.opencensus.io/exporter/prometheus
go.opencensus.io/statsPackage stats contains support for OpenCensus stats recording.
go.opencensus.io/stats/viewPackage view contains support for collecting and exposing aggregates over stats.
go.opencensus.io/tagPackage tag contains OpenCensus tags.
go.opencensus.io/zpagesPackage zpages implements a collection of HTML pages that display RPC stats and trace data, and also functions to write that same data in plain text to an io.Writer.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
timePackage time provides functionality for measuring and displaying time.