This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
1.4.0
Features
- Added support for
SIGNALFX_RECORDED_VALUE_MAX_LENGTH
.
Limiting the size of span tags/attributes
This can be done in the following ways:
- Set
SIGNALFX_RECORDED_VALUE_MAX_LENGTH
environment variable to a number to apply the setting globally. - Pass
tracing.WithRecordedValueMaxLength(number)
option totracing.Start()
function. - Pass
tracer.WithRecordedValueMaxLength(number)
option totracer.StartSpan()
function.