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

https://github.com/kong/opentracing-lua

Opentracing Library for Lua
https://github.com/kong/opentracing-lua

opentracing

Last synced: 5 months ago
JSON representation

Opentracing Library for Lua

Awesome Lists containing this project

README

          

# Opentracing for Lua

This library is a Lua platform API for OpenTracing

## Required Reading

To fully understand this platform API, it's helpful to be familiar with the [OpenTracing project](http://opentracing.io) and
[terminology](http://opentracing.io/documentation/pages/spec.html) more specifically.

## Quick Start

Install the package using `luarocks`

```bash
luarocks install opentracing
```

## Conventions

- All timestamps are in seconds

## License

Apache License 2.0