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

vmware-archive/wavefront-go-middleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages