Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 1.22 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.22 KB

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.