Skip to content

v0.1.14

Choose a tag to compare

@AdityaSaroj AdityaSaroj released this 26 Feb 13:20
· 54 commits to main since this release
7d4307b
  • 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.