Open
Description
Problem Statement
otelecho
lacks support of custom span name formatter like one in otelhttp
.
Proposed Solution
Add WithSpanNameFormatter
option to otelecho
.
Alternatives
Prior Art
opentelemetry-go-contrib/instrumentation/net/http/otelhttp/config.go
Lines 179 to 183 in 73c4165