This repository was archived by the owner on Sep 17, 2025. It is now read-only.
Description I get the following error when using the Zipkin exporter:
ERROR:root:maximum recursion depth exceeded in cmp
ERROR:root:maximum recursion depth exceeded in cmp
ERROR:root:maximum recursion depth exceeded while calling a Python object
ERROR:root:maximum recursion depth exceeded in cmp
ERROR:root:maximum recursion depth exceeded in cmp
ERROR:root:maximum recursion depth exceeded while calling a Python object
ERROR:root:maximum recursion depth exceeded while calling a Python object
ERROR:root:maximum recursion depth exceeded while calling a Python object
ERROR:root:maximum recursion depth exceeded
ERROR:root:maximum recursion depth exceeded while calling a Python object
ERROR:root:maximum recursion depth exceeded while calling a Python object
ERROR:root:maximum recursion depth exceeded
ERROR:root:maximum recursion depth exceeded
ERROR:root:maximum recursion depth exceeded
ERROR:root:maximum recursion depth exceeded in __instancecheck__
ERROR:root:maximum recursion depth exceeded while calling a Python object
ERROR:root:maximum recursion depth exceeded
ERROR:root:maximum recursion depth exceeded in cmp
ERROR:root:maximum recursion depth exceeded in cmp
ERROR:root:maximum recursion depth exceeded while calling a Python object
ERROR:root:maximum recursion depth exceeded
ERROR:root:maximum recursion depth exceeded while calling a Python object
ERROR:root:maximum recursion depth exceeded
ERROR:root:maximum recursion depth exceeded
Here is my setup code:
zipkin_host = os .environ .get ('ZIPKIN_PORT_9411_TCP_ADDR' )
exporter = zipkin_exporter .ZipkinExporter (
host_name = zipkin_host )
spanCtx = tracer_module .SpanContext (trace_id = str (traceId ))
tracer = tracer_module .Tracer (exporter = exporter , span_context = spanCtx )
config_integration .trace_integrations (['google_cloud_clientlibs' ]) Reactions are currently unavailable
I get the following error when using the Zipkin exporter:
Here is my setup code: