Skip to content

Instantly share code, notes, and snippets.

@bg451
Created July 11, 2016 17:49
Show Gist options
  • Save bg451/d7ce747cdfaa3a98be9189256bb154c8 to your computer and use it in GitHub Desktop.
Save bg451/d7ce747cdfaa3a98be9189256bb154c8 to your computer and use it in GitHub Desktop.
func homeHandler(w http.ResponseWriter, r *http.Request) {
span := opentracing.StartSpan("/home") // Start a span using the global, in this case noop, tracer
defer span.Finish()
// ... the rest of the function
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment