Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/containerum/gintracing
- Owner: containerum
- License: mit
- Created: 2017-12-01T07:01:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T12:10:00.000Z (almost 7 years ago)
- Last Synced: 2024-11-15T22:25:31.703Z (about 2 months ago)
- Topics: gin, gin-gonic, go, golang, opentracing, tracing
- Language: Go
- Size: 6.84 KB
- Stars: 4
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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