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/exporterPackage exporter contains a log exporter that supports exporting OpenCensus metrics and spans to a logging framework.
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:
exporter
exporter/stackdriver
exporter/stackdriver/propagationPackage propagation implement X-Cloud-Trace-Context header propagation used by Google Cloud products.
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
metric/testPackage test for testing code instrumented with the metric and stats packages.
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.
plugin/runmetricsPackage runmetrics contains support for runtime metrics.
resourcePackage resource provides functionality for resource, which capture identifying information about the entities for which signals are exported.
resource/resourcekeysPackage resourcekeys contains well known type and label keys for resources.
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.24.0 (latest)
Published
Nov 3, 2022
Platform
linux/amd64
Last checked
3 hours ago

Tools for package owners.