{"id":20968584,"url":"https://github.com/rnburn/lua-bridge-tracer","last_synced_at":"2025-07-07T08:35:17.618Z","repository":{"id":70477669,"uuid":"139037775","full_name":"rnburn/lua-bridge-tracer","owner":"rnburn","description":"Provides an implementation of the Lua OpenTracing API on top of the C++ API","archived":false,"fork":false,"pushed_at":"2019-04-14T23:27:52.000Z","size":63,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-20T02:49:24.657Z","etag":null,"topics":["cpp","lua","opentracing"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rnburn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-28T15:36:20.000Z","updated_at":"2018-07-26T01:32:07.000Z","dependencies_parsed_at":"2023-02-24T02:30:53.738Z","dependency_job_id":null,"html_url":"https://github.com/rnburn/lua-bridge-tracer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnburn%2Flua-bridge-tracer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnburn%2Flua-bridge-tracer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnburn%2Flua-bridge-tracer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnburn%2Flua-bridge-tracer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rnburn","download_url":"https://codeload.github.com/rnburn/lua-bridge-tracer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243365586,"owners_count":20279212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","lua","opentracing"],"created_at":"2024-11-19T03:14:26.326Z","updated_at":"2025-03-13T07:43:13.406Z","avatar_url":"https://github.com/rnburn.png","language":"C++","readme":"# lua-bridge-tracer\n\nProvides an implementation of the [Lua OpenTracing API](https://github.com/opentracing/opentracing-lua) \non top of the [C++ OpenTracing API](https://github.com/opentracing/opentracing-cpp).\n\nDependencies\n------------\n- The [C++ OpenTracing Library](https://github.com/opentracing/opentracing-cpp)\n- A C++ OpenTracing Tracer. It currently works with\n[Jaeger](https://github.com/jaegertracing/cpp-client),\n[Zipkin](https://github.com/rnburn/zipkin-cpp-opentracing), or\n[LightStep](https://github.com/lightstep/lightstep-tracer-cpp).\n\nInstallation\n------------\n```bash\nmkdir .build\ncd .build\ncmake ..\nmake\nsudo make install\n```\n\nUsage\n-----\n```lua\nbridge_tracer = require 'opentracing_bridge_tracer'\nlibrary = --[[ path to OpenTracing plugin ]]\nconfig = --[[ vendor specific JSON configuration for the tracer ]]\ntracer = bridge_tracer:new(library, config)\n\n-- `tracer` conforms to the Lua OpenTracing API. See \n-- https://github.com/opentracing/opentracing-lua for API documentation.\n```\n\nSee also [example/tutorial](example/tutorial).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frnburn%2Flua-bridge-tracer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frnburn%2Flua-bridge-tracer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frnburn%2Flua-bridge-tracer/lists"}