python-sensor
python-sensor copied to clipboard
:snake: Python Distributed Tracing & Metrics Sensor for Instana
Bumps [sanic](https://github.com/sanic-org/sanic) from 21.6.2 to 21.12.2. Release notes Sourced from sanic's releases. Version 21.12.2 Resolves #2477 and #2478 See also #2495 and https://github.com/sanic-org/sanic/security/advisories/GHSA-8cw9-5hmv-77w6 Full Changelog: https://github.com/sanic-org/sanic/compare/v21.12.1...v21.12.2 Version 21.12.1 #2349 Only...
Per opentracing [documentation](https://github.com/opentracing/opentracing-python#scope-managers), `ContextVarsScopeManager` should be used for async code in python >= 3.7 . For me, main issue was that, `parent_span` context was not propagated for coroutines running inside...
context: https://instana.slack.com/archives/C05JSN0G6A1/p1703146406370329
Adapt the following to OTel specifications: - inject() - extract() - traceparent - tracestate - get_current_span() - get_active_tracer() - get_tracer_tuple() Signed-off-by: Varsha GS Co-authored-by: Paulo Vital
Adding GitHub [CODEOWNERS](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners) file to extend branch protection on the repo.