Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lightstep/lightstep-tracer-common
Files shared by most or all of the Lightstep tracer implementations
https://github.com/lightstep/lightstep-tracer-common
Last synced: 8 days ago
JSON representation
Files shared by most or all of the Lightstep tracer implementations
- Host: GitHub
- URL: https://github.com/lightstep/lightstep-tracer-common
- Owner: lightstep
- License: mit
- Created: 2016-08-29T22:04:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T21:02:37.000Z (about 1 year ago)
- Last Synced: 2024-10-19T18:12:21.470Z (27 days ago)
- Language: Makefile
- Homepage: https://lightstep.com
- Size: 104 KB
- Stars: 3
- Watchers: 72
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# lightstep-tracer-common
[![Circle CI](https://circleci.com/gh/lightstep/lightstep-tracer-go.svg?style=shield)](https://circleci.com/gh/lightstep/lightstep-tracer-common)
[![MIT license](http://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)
[![GoDoc](https://godoc.org/github.com/lightstep/lightstep-tracer-go?status.svg)](https://godoc.org/github.com/lightstep/lightstep-tracer-common)The LightStep distributed tracing common library for Go.
## Installation
```
$ go get github.com/lightstep/lightstep-tracer-common
```