Skip to content

v2.2.1

Latest
Compare
Choose a tag to compare
@EOjeah EOjeah released this 16 Jul 13:02
· 8 commits to master since this release
  • 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