We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197ebfe commit 65fb0f1Copy full SHA for 65fb0f1
opentelemetry-api/src/opentelemetry/attributes/__init__.py
@@ -118,7 +118,7 @@ def _clean_attribute(
118
return None
119
120
121
-def _clean_extended_attribute_value( # pylint: disable=too-many-branches
+def _clean_extended_attribute_value( # pylint: disable=too-many-branches
122
value: types.AnyValue, max_len: Optional[int]
123
) -> types.AnyValue:
124
# for primitive types just return the value and eventually shorten the string length
0 commit comments