Skip to content

v2.2.0

Compare
Choose a tag to compare
@axw axw released this 01 Nov 00:20
· 203 commits to main since this release
v2.2.0
acf7d2b
  • Global labels are now parsed when the tracer is constructed, instead of parsing only once on package initialization #1290
  • Rename span_frames_min_duration to span_stack_trace_min_duration #1285
  • Ignore \*principal\* headers by default #1332
  • Add apmpgx module for postgres tracing with jackc/pgx driver enhanced support e.g. Copy and Batch statements #1301
  • Disable same-kind and enable exact-match compression by default #1256
  • module/apmechov4: add WithRequestName option #1268
  • Added support for adding span links when starting transactions and spans #1269
  • module/apmawssdkgo: fixed a panic related to drop spans #1273
  • Added support for the trace_continuation_strategy #1270
  • transaction.type and span.type are now set to "custom" if an empty string is specified #1272
  • We now capture the database instance name in service.target.*, for improved backend granularity #1279
  • Improved Kubernetes pod UID and container ID discovery coverage #1288
  • Fixed span.name for AWS SNS spans to match the spec #1286
  • module/apmgin: add WithPanicPropagation option #1314
  • Exit spans may now have non-exit child spans if they have the same type and subtype #1320
  • Updated instrumentation modules to mark spans as exit spans where possible #1317