Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

1.4.0

Compare
Choose a tag to compare
@owais owais released this 27 Aug 18:09
df883f8

Features

  • Added support for SIGNALFX_RECORDED_VALUE_MAX_LENGTH.

Limiting the size of span tags/attributes

This can be done in the following ways:

  1. Set SIGNALFX_RECORDED_VALUE_MAX_LENGTH environment variable to a number to apply the setting globally.
  2. Pass tracing.WithRecordedValueMaxLength(number) option to tracing.Start() function.
  3. Pass tracer.WithRecordedValueMaxLength(number) option to tracer.StartSpan() function.