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 Oct 3, 2023. It is now read-only.
Add functionality to hold global trace parameters (like Attributes, Annotations etc.). Limits will be enforced on each span in order to prevent unbounded memory increase for long-running spans.
Add functionality to hold global trace parameters (like Attributes, Annotations etc.). Limits will be enforced on each span in order to prevent unbounded memory increase for long-running spans.
Specs: https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/TraceConfig.md#traceparams
Counterpart in Java: https://github.com/census-instrumentation/opencensus-java/blob/master/api/src/main/java/io/opencensus/trace/config/TraceParams.java