Versions in this module Expand all Collapse all v0 v0.0.1 Apr 16, 2026 Changes in this version + const UpstreamSemconvVersion + var RequestMethodKey = attribute.Key("http.request.method") + var ResponseStatusCodeKey = attribute.Key("http.response.status_code") + var RouteKey = attribute.Key("http.route") + var ServerAddressKey = attribute.Key("server.address") + var ServerPortKey = attribute.Key("server.port") + var URLFullKey = attribute.Key("url.full") + var URLPathKey = attribute.Key("url.path") + var URLSchemeKey = attribute.Key("url.scheme") + func RequestMethod(v upstream.RequestMethodAttr) attribute.KeyValue + func RequestMethodRaw(v string) attribute.KeyValue + func ResponseStatusCode(v int) attribute.KeyValue + func Route(v string) attribute.KeyValue + func ServerAddress(v string) attribute.KeyValue + func ServerPort(v int) attribute.KeyValue + func URLFull(v string) attribute.KeyValue + func URLPath(v string) attribute.KeyValue + func URLScheme(v string) attribute.KeyValue