wavefront-go-middleware

module
v0.0.0-...-c72030a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 16, 2022 License: Apache-2.0

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL