File: README.md

package info (click to toggle)
golang-github-opentracing-basictracer-go 1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 240 kB
  • sloc: makefile: 24
file content (11 lines) | stat: -rw-r--r-- 780 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[![Gitter chat](http://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/opentracing/public) [![Build Status](https://travis-ci.org/opentracing/basictracer-go.svg?branch=master)](https://travis-ci.org/opentracing/basictracer-go) [![GoDoc](https://godoc.org/github.com/opentracing/basictracer-go?status.svg)](http://godoc.org/github.com/opentracing/basictracer-go)

# basictracer-go

Basic implementation of the OpenTracing API for Go. Sometimes this package is called "reference implementation",
but it is not meant as a production quality library. For real production implementations, search the OpenTracing
Registry (https://opentracing.io/registry/?s=go) for packages with the tag "tracer".

## Licensing

[Apache 2.0 License](./LICENSE).