package opencensus
import "go.opencensus.io"
Package opencensus contains Go support for OpenCensus.
Index ¶
Source Files ¶
doc.go
Directories ¶
Path | Synopsis |
---|---|
examples | |
examples/grpc | |
examples/grpc/exporter | |
examples/grpc/helloworld_client | |
examples/grpc/helloworld_server | |
examples/grpc/proto | Package helloworld is a generated protocol buffer package. |
examples/stats | |
examples/stats/helloworld | Command helloworld is an example program that collects data for video size over a time window. |
examples/stats/prometheus | Command prometheus is an example program that collects data for video size over a time window. |
examples/stats/stackdriver | Command stackdriver is an example program that collects data for video size over a time window. |
examples/trace | |
examples/trace/helloworld | Command helloworld is an example program that creates spans. |
examples/trace/jaeger | Command jaeger is an example program that creates spans and uploads to Jaeger. |
exporter | |
exporter/jaeger | Package jaeger contains an OpenCensus tracing exporter for Jaeger. |
exporter/jaeger/internal | |
exporter/prometheus | Package prometheus contains the Prometheus exporters for Stackdriver Monitoring. |
exporter/stackdriver | Package stackdriver contains the OpenCensus exporters for Stackdriver Monitoring and Tracing. |
exporter/zipkin | Package zipkin contains an exporter for Zipkin. |
internal | |
plugin | |
plugin/grpc | Package grpc contains OpenCensus stats and trace integrations with gRPC. |
plugin/grpc/grpcstats | Package grpcstats provides OpenCensus stats support for gRPC clients and servers. |
plugin/grpc/grpctrace | Package grpctrace is a package to assist with tracing incoming and outgoing gRPC requests. |
plugin/http | |
plugin/http/httptrace | Package httptrace contains OpenCensus tracing integrations with net/http. |
plugin/http/propagation | |
plugin/http/propagation/google | Package google contains a propagation.HTTPFormat implementation for Google Cloud Trace and Stackdriver. |
stats | Package stats contains support for OpenCensus stats collection. |
tag | Package tag contains OpenCensus tags. |
trace | Package trace contains types for representing trace information, and functions for global configuration of tracing. |
trace/propagation | Package propagation implements the binary trace context 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. |