diff --git a/instrumentation/github.com/gin-gonic/gin/otelgin/option.go b/instrumentation/github.com/gin-gonic/gin/otelgin/option.go index 67a49dad485..9736d61e8b1 100644 --- a/instrumentation/github.com/gin-gonic/gin/otelgin/option.go +++ b/instrumentation/github.com/gin-gonic/gin/otelgin/option.go @@ -87,7 +87,7 @@ func WithGinFilter(f ...GinFilter) Option { // WithSpanNameFormatter takes a function that will be called on every // request and the returned string will become the Span Name. -// Deprecated: since 0.58.0, remove in 0.59.0. +// Deprecated: [0.58.0] the span name now follows semantic conventions. func WithSpanNameFormatter(func(r *http.Request) string) Option { return optionFunc(func(*config) {}) }