You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some cases where instrumentations are individually truncating large byte values such as is used in both the boto and botocore instrumentations.
We should have a solution for the OTel SDK to automatically truncate span attribute values which are above some maximum length. This maximum length should be configurable.
This way all instrumentations and exporters can get this truncating behavior for free.
The text was updated successfully, but these errors were encountered:
There are some cases where instrumentations are individually truncating large byte values such as is used in both the
boto
andbotocore
instrumentations.opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/__init__.py
Lines 159 to 166 in 5d4a5b5
We should have a solution for the OTel SDK to automatically truncate span attribute values which are above some maximum length. This maximum length should be configurable.
This way all instrumentations and exporters can get this truncating behavior for free.
The text was updated successfully, but these errors were encountered: