Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/containerum/gintracing

Middleware set for Gin router provides requests tracing using OpenTracing specifications
https://github.com/containerum/gintracing

gin gin-gonic go golang opentracing tracing

Last synced: about 2 months ago
JSON representation

Middleware set for Gin router provides requests tracing using OpenTracing specifications

Awesome Lists containing this project

README

        

# gintracing

[![Go Report Card](https://goreportcard.com/badge/github.com/containerum/gintracing)](https://goreportcard.com/report/github.com/containerum/gintracing)
[![GoDoc](https://godoc.org/github.com/containerum/gintracing?status.png)](https://godoc.org/github.com/containerum/gintracing)

**NOTE: Development moved to repo in [gin-contrib](https://github.com/gin-contrib/tracing)**

Package gintracing provides requests tracing functional using opentracing specification.

Download:
```shell
go get github.com/containerum/gintracing
```

* * *
Package gintracing provides requests tracing functional using opentracing specification.

See https://github.com/opentracing/opentracing-go for more information

### TODO
- [ ] add code sample

* * *
Automatically generated by [autoreadme](https://github.com/jimmyfrasche/autoreadme) on 2017.12.01