Releases: Yelp/pyramid_zipkin
Releases · Yelp/pyramid_zipkin
v2.2.1
- Requires Python >= 3.8
- Adds OTels semantic conventions for http server span attributes
http.request.method
network.protocol.version
url.path
server.address
server.port
url.scheme
user_agent.original
url.query
client.address
http.response.status_code
otel.status_code
otel.library.name
otel.library.version
- Adds the Zipkin Annotation (OTel Event) when an exception occures as the type of exception
- Adds
exception.stacktrace
as an attribute if an exception occurs
What's Changed
New Contributors
Full Changelog: v2.2.0...v2.2.1
v2.1.2
v1.0.1
v1.0.0
v0.12.3
v0.12.2: Merge pull request #54 from bplotnick/default-service-name
default service_name to 'unknown'