go.opencensus.io – go.opencensus.io Index | Files | Directories

package opencensus

import "go.opencensus.io"

Package opencensus contains Go support for OpenCensus.

Index

Functions

func Version

func Version() string

Version is the current release version of OpenCensus in use.

Source Files

opencensus.go

Directories

PathSynopsis
examples
examples/derived_gaugesThis example demonstrates the use of derived gauges.
examples/exporter
examples/gaugesThis example shows how to use gauge metrics.
examples/grpc
examples/grpc/helloworld_client
examples/grpc/helloworld_server
examples/grpc/protoPackage helloworld is a generated protocol buffer package.
examples/helloworldCommand helloworld is an example program that collects data for video size.
examples/http
examples/http/helloworld_client
examples/http/helloworld_server
examples/quickstartCommand stats implements the stats Quick Start example from:
exemplarPackage exemplar implements support for exemplars.
exporter
exporter/jaegerPackage jaeger contains an OpenCensus tracing exporter for Jaeger.
exporter/jaeger/exampleCommand jaeger is an example program that creates spans and uploads to Jaeger.
exporter/jaeger/internal
exporter/prometheusPackage prometheus contains a Prometheus exporter that supports exporting OpenCensus views as Prometheus metrics.
exporter/prometheus/exampleCommand prometheus is an example program that collects data for video size.
exporter/stackdriver
exporter/stackdriver/propagationPackage propagation implement X-Cloud-Trace-Context header propagation used by Google Cloud products.
exporter/zipkinPackage zipkin contains an trace exporter for Zipkin.
exporter/zipkin/example
internal
metricPackage metric support for gauge and cumulative metrics.
metric/metricdataPackage metricdata contains the metrics data model.
metric/metricexportPackage metricexport contains support for exporting metric data.
metric/metricproducer
plugin
plugin/ocgrpcPackage ocgrpc contains OpenCensus stats and trace integrations for gRPC.
plugin/ochttpPackage ochttp provides OpenCensus instrumentation for net/http package.
plugin/ochttp/propagation
plugin/ochttp/propagation/b3Package b3 contains a propagation.HTTPFormat implementation for B3 propagation.
plugin/ochttp/propagation/tracecontextPackage tracecontext contains HTTP propagator for TraceContext standard.
resourcePackage resource provides functionality for resource, which capture identifying information about the entities for which signals are exported.
statsPackage stats contains support for OpenCensus stats recording.
stats/internal
stats/viewPackage view contains support for collecting and exposing aggregates over stats.
tagPackage tag contains OpenCensus tags.
tracePackage trace contains support for OpenCensus distributed tracing.
trace/internalPackage internal provides trace internals.
trace/propagationPackage propagation implements the binary trace context format.
trace/tracestatePackage tracestate implements support for the Tracestate header of the W3C TraceContext propagation format.
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.
zpages/internal
Version
v0.21.0-alpha
Published
Apr 18, 2019
Platform
windows/amd64
Last checked
now

Tools for package owners.