README ¶ tracer tracer is a http middleware that uses OpenTelemetry to send trace data to Cloud Trace. It configures OpenTelemetry to propagate traces across application boundaries, adds read/write events, and provides a default span name based upon request URL. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func NewHandler(o ...otelhttp.Option) func(http.Handler) http.Handler Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewHandler ¶ func NewHandler(o ...otelhttp.Option) func(http.Handler) http.Handler NewHandler instanciates a new tracer HTTP handler. Types ¶ This section is empty. Source Files ¶ View all Source files tracer.go Click to show internal directories. Click to hide internal directories.