Skip to content

Releases: Yelp/pyramid_zipkin

v2.2.1

16 Jul 13:02
Compare
Choose a tag to compare
  • 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

  • U/eojeah/otel-semantic-attributes-http by @EOjeah in #129

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.1.2

26 Jan 14:19
Compare
Choose a tag to compare
Bump version to 2.1.2

v1.0.1

28 Oct 23:23
Compare
Choose a tag to compare

Release v1.0.0 had formatting errors. Fixed them in this patch.

v1.0.0

28 Oct 21:40
Compare
Choose a tag to compare

This release enables reponse post processing by providing the zipkin span context, so users can enhance the zipkin span after a request is processed

v0.12.3

27 Jul 19:02
Compare
Choose a tag to compare
Fix coverage command invocation and bump package to v0.12.3 (#55)

v0.12.2: Merge pull request #54 from bplotnick/default-service-name

15 Jul 21:21
Compare
Choose a tag to compare