sprucehealth / opencensus-go-exporter-aws

OpenCensus Go exporters for AWS (XRay only for now)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws

GoDoc

aws package defines an exporter that publishes spans to AWS X-Ray.

Installation

go get contrib.go.opencensus.io/exporter/aws

To Do

  • Publish spans in a separate goroutine
  • Support propagation of http spans
  • Support remote spans
  • Verified works with ELB/ALB
  • Report errors / exceptions
  • Publish partial segments; currently only completed segments are published to aws

About

OpenCensus Go exporters for AWS (XRay only for now)

License:Apache License 2.0


Languages

Language:Go 100.0%