quirrel-dev / owl

A high-performance, Redis-backed job queueing library originally built for Quirrel. Has an in-memory mode for development use cases.
MIT License
96 stars 11 forks source link

Add opentracing Support #119

Closed Skn0tt closed 3 years ago

Skn0tt commented 3 years ago

In an effort to extend Datadog tracing to Owl, this PR integrates opentracing into Owl. One can then call opentracing.setGlobalTracer on Quirrel to have Owl fully configured. We'll start with instrumenting the worker side of Owl, and add more tracing step-by-step.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 915526869


Totals Coverage Status
Change from base Build 915014647: 0.03%
Covered Lines: 440
Relevant Lines: 463

💛 - Coveralls
coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 915526869

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 915014647: 0.03%
Covered Lines: 440
Relevant Lines: 463

💛 - Coveralls