Categorygithub.com/wavefronthq/wavefront-go-middleware
module
0.0.0-20220316145958-c72030a08b9b
Repository: https://github.com/wavefronthq/wavefront-go-middleware.git
Documentation: pkg.go.dev

# README

wavefront-go-middleware travis build status Go Report Card OpenTracing Badge

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.

Requirements

  • Go 1.10 or higher.

Usage

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"
)

License

Apache 2.0 License.

# Packages

No description provided by the author