ZopaPublic / ktor-opentracing

Ktor features for OpenTracing instrumentation.
MIT License
38 stars 8 forks source link

Introduce declarative tagging on OpenTracingServer install #22

Closed hj1611 closed 3 years ago

hj1611 commented 3 years ago

Usage is

application.install(OpenTracingServer) {
    addTag(tagName) { correlationId }
}
CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.