https://github.com/vincentfree/tracingextentions
Kotlin extentions for OpenTracing
https://github.com/vincentfree/tracingextentions
extention-methods helpers kotlin opentracing
Last synced: 5 months ago
JSON representation
Kotlin extentions for OpenTracing
- Host: GitHub
- URL: https://github.com/vincentfree/tracingextentions
- Owner: vincentfree
- License: apache-2.0
- Created: 2020-05-22T18:25:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T12:20:27.000Z (about 6 years ago)
- Last Synced: 2025-08-19T06:00:40.414Z (10 months ago)
- Topics: extention-methods, helpers, kotlin, opentracing
- Language: Kotlin
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TracingExtentions
[](https://snyk.io/test/github/vincentfree/TracingExtentions?targetFile=build.gradle)
> Kotlin extentions for OpenTracing
The aim of this project is to extend
the basic OpenTracing library with extention functions and a dsl.
The basic functions lack a easy way to setup new traces with low overhead.
This project tries to deliver on that promise