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
- Host: GitHub
- URL: https://github.com/kong/opentracing-lua
- Owner: Kong
- License: apache-2.0
- Created: 2018-04-27T05:52:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-15T14:37:57.000Z (about 4 years ago)
- Last Synced: 2025-05-08T21:49:16.577Z (5 months ago)
- Topics: opentracing
- Language: Lua
- Size: 43.9 KB
- Stars: 28
- Watchers: 39
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: LICENSE
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