Versions in this module Expand all Collapse all v0 v0.68.0 Apr 21, 2026 v0.67.0 Mar 28, 2026 Changes in this version + const ScopeName + func Middleware(service string, opts ...Option) func(http.Handler) http.Handler + func Version() string + type Filter func(*http.Request) bool + type Option interface + func WithFilter(f Filter) Option + func WithMeterProvider(provider metric.MeterProvider) Option + func WithMetricAttributesFn(metricAttributesFn func(r *http.Request) []attribute.KeyValue) Option + func WithPropagators(propagators propagation.TextMapPropagator) Option + func WithPublicEndpoint() Option + func WithPublicEndpointFn(fn func(*http.Request) bool) Option + func WithSpanNameFormatter(fn func(routeName string, r *http.Request) string) Option + func WithTracerProvider(provider trace.TracerProvider) Option