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
What is the expected behavior?
The time limit that was specify should be instrumented
What is the actual behavior?
Exception is raised and no time limit is instrumented
[__init__.py:_translate_attributes:164] _translate_key_values(key, value)
exception.trace.1
[exporter.py:_translate_key_values:126] return KeyValue(key=key, value=_translate_value(value))
exception.trace.2
[ exporter.py:_translate_value:104] array_value=ArrayValue(values=[_translate_value(v) for v in value])
exception.trace.3
[ exporter.py:<listcomp>:104] array_value=ArrayValue(values=[_translate_value(v) for v in value])
exception.trace.4
[ exporter.py:_translate_value:119] "Invalid type {} of value {}".format(type(value), value)
The text was updated successfully, but these errors were encountered:
Python 3.8
Steps to reproduce
Or use this test to reproduce:
instrumentation/opentelemetry-instrumentation-celery/tests/test_utils.py
What is the expected behavior?
The time limit that was specify should be instrumented
What is the actual behavior?
Exception is raised and no time limit is instrumented
The text was updated successfully, but these errors were encountered: