Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Releases: reddit/baseplate.py

v0.17.0

Choose a tag to compare

@ckwang8128 ckwang8128 released this 28 Mar 18:02
  • Fix string coercion for binary annotations in tracing
  • Add Percent helper in config module
  • Add local span support for tracing

v0.16.2

Choose a tag to compare

@pacejackson pacejackson released this 09 Feb 22:10
v0.16.2
  • Handle cassandra statements when setting statement span tag
  • Add string_types to baseplate._compat

v0.16.1

Choose a tag to compare

@ckwang8128 ckwang8128 released this 24 Jan 18:42
  • fix binary annotation passing in tracing rpc

v0.16.0

Choose a tag to compare

@spladug spladug released this 18 Jan 22:32
  • add weighted lottery implementation
  • add service discovery helpers
  • add filename -> file config parser
  • parameterize ThriftPool's transport factory
  • add more configurables to Baseplate.configure_tracing
  • fix client annotations in tracing
  • add instrumentation for pymemcached

v0.15.0

Choose a tag to compare

@ckwang8128 ckwang8128 released this 15 Dec 20:04
  • add zipkin-compatible request tracing to spans

v0.14.3

Choose a tag to compare

@pacejackson pacejackson released this 14 Nov 23:26
v0.14.3
  • fix issue where we were always setting 'trace' to True in the
    CassandraSessionAdapter

v0.14.2

Choose a tag to compare

@spladug spladug released this 13 Oct 22:07
  • fix incorrect span.tag() calls that should be span.set_tag()

v0.14.1

Choose a tag to compare

@spladug spladug released this 13 Oct 21:34
  • fix missed annotate->tag renames in cassandra integration

v0.14.0

Choose a tag to compare

@spladug spladug released this 06 Oct 23:08
  • baseplate-script: respect logging configuration
  • add support for headerless TBinaryProtocol clients
  • capture full exc_info in span errors
  • rename/refactor diagnostics APIs for OpenTracing aligment
  • fix pyramid capture of exceptions in server spans
  • add various standard OpenTracing tags to server spans

v0.13.0

Choose a tag to compare

@spladug spladug released this 20 Jul 06:37
  • allow config.Optional options to have key missing from INI too
  • make config.String and config.TupleOf enforce presence of values
  • add helpers for loading Redis and Cassandra drivers from config
  • make EventQueue a ContextFactory so it can go on the context object
  • add baseplate-script for backend jobs