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 ¶
Path | Synopsis |
---|---|
examples | |
examples/derived_gauges | This example demonstrates the use of derived gauges. |
examples/exporter | Package exporter contains a log exporter that supports exporting OpenCensus metrics and spans to a logging framework. |
examples/gauges | This example shows how to use gauge metrics. |
examples/grpc | |
examples/grpc/helloworld_client | |
examples/grpc/helloworld_server | |
examples/grpc/proto | Package helloworld is a generated protocol buffer package. |
examples/helloworld | Command helloworld is an example program that collects data for video size. |
examples/http | |
examples/http/helloworld_client | |
examples/http/helloworld_server | |
examples/quickstart | Command stats implements the stats Quick Start example from: |
exporter | |
exporter/stackdriver | |
exporter/stackdriver/propagation | Package propagation implement X-Cloud-Trace-Context header propagation used by Google Cloud products. |
internal | |
metric | Package metric support for gauge and cumulative metrics. |
metric/metricdata | Package metricdata contains the metrics data model. |
metric/metricexport | Package metricexport contains support for exporting metric data. |
metric/metricproducer | |
metric/test | Package test for testing code instrumented with the metric and stats packages. |
plugin | |
plugin/ocgrpc | Package ocgrpc contains OpenCensus stats and trace integrations for gRPC. |
plugin/ochttp | Package ochttp provides OpenCensus instrumentation for net/http package. |
plugin/ochttp/propagation | |
plugin/ochttp/propagation/b3 | Package b3 contains a propagation.HTTPFormat implementation for B3 propagation. |
plugin/ochttp/propagation/tracecontext | Package tracecontext contains HTTP propagator for TraceContext standard. |
plugin/runmetrics | Package runmetrics contains support for runtime metrics. |
resource | Package resource provides functionality for resource, which capture identifying information about the entities for which signals are exported. |
resource/resourcekeys | Package resourcekeys contains well known type and label keys for resources. |
stats | Package stats contains support for OpenCensus stats recording. |
stats/internal | |
stats/view | Package view contains support for collecting and exposing aggregates over stats. |
tag | Package tag contains OpenCensus tags. |
trace | Package trace contains support for OpenCensus distributed tracing. |
trace/internal | Package internal provides trace internals. |
trace/propagation | Package propagation implements the binary trace context format. |
trace/tracestate | Package tracestate implements support for the Tracestate header of the W3C TraceContext propagation format. |
zpages | Package 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.