This library provides wavefront-opentracing-middleware support for various Go web frameworks. The middleware handles the entire lifecycle of reporting spans with minimal code injection within APIs. It provides a custom logger abstracted on top of Go standard Logger which injects request-scoped unique trace identifiers into logs generated while servicing an Api request.
- Go 1.10 or higher.
Import the echo
package and instrument using the steps detailed in wavefront-go-middleware/echo/README.md
import (
wavefront "github.com/wavefronthq/wavefront-go-middleware/echo"
)