ZopaPublic / ktor-opentracing

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

Default span name and naming helper function #4

Closed fstien closed 3 years ago

fstien commented 3 years ago

This will allow span names be set automatically using reflection in classAndMethodName by replacing span { with span(classAndMethodName(this, object {})) { at compile time.