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 1 year 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T12:10:00.000Z (over 8 years ago)
- Last Synced: 2025-03-23T20:36:50.564Z (about 1 year ago)
- Topics: gin, gin-gonic, go, golang, opentracing, tracing
- Language: Go
- Size: 6.84 KB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gintracing
[](https://goreportcard.com/report/github.com/containerum/gintracing)
[](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