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
{{ message }}
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
from opencensus.trace.exporters import file_exporter
from opencensus.trace.tracer import context_tracer (not tracers)
exporter = file_exporter.FileExporter(file_name='/tmp/traces')
tracer = context_tracer.ContextTracer(exporter=exporter)
lib/python2.7/site-packages/opencensus/trace/exporters/file_exporter.py
i change to :