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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
runtime_config.run_identity(...) context manager for run-scoped agent identity (id/name/env/tenant/project) so multiple agents can run concurrently in one process without re-init.
force_flush(flush_timeout: float | None) helper exposed from traccia to flush spans/metrics without shutting down the tracer provider; recommended for “init once per process” setups.
AgentEnrichmentProcessor now respects run-scoped identity (via runtime_config) as a fallback after span attributes, aligning agent.id/name/env across spans in concurrent runs.