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/exporter | |
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: |
exemplar | Package exemplar implements support for exemplars. |
exporter | |
exporter/jaeger | Package jaeger contains an OpenCensus tracing exporter for Jaeger. |
exporter/jaeger/example | Command jaeger is an example program that creates spans and uploads to Jaeger. |
exporter/jaeger/internal | |
exporter/prometheus | Package prometheus contains a Prometheus exporter that supports exporting OpenCensus views as Prometheus metrics. |
exporter/prometheus/example | Command prometheus is an example program that collects data for video size. |
exporter/stackdriver | |
exporter/stackdriver/propagation | Package propagation implement X-Cloud-Trace-Context header propagation used by Google Cloud products. |
exporter/zipkin | Package zipkin contains an trace exporter for Zipkin. |
exporter/zipkin/example | |
internal | |
metric | Package metric support for gauge metrics. |
metric/metricdata | Package metricdata contains the metrics data model. |
metric/metricexport | Package metricexport contains support for exporting metric data. |
metric/metricproducer | |
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. |
resource | Package resource provides functionality for resource, which capture identifying information about the entities for which signals are exported. |
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.20.1-alpha
- Published
- Apr 8, 2019
- Platform
- linux/amd64
- Last checked
- 4 seconds ago –
Tools for package owners.