Riccardo Magliocchetti

Results 71 issues of Riccardo Magliocchetti

### Is your feature request related to a problem? We have some tests that are skipped on Windows and Pypy, revise after we bump our baseline to 3.9 and so...

feature-request

**Is your feature request related to a problem?** It would be helpful to have by default the python version of traced services. The python version is contained in `process.runtime` attribute:...

feature-request

**Why you need this feature?** Elastic is proposing a donation of our continuous profiler (https://github.com/open-telemetry/community/issues/1918). In order to do correlation of profiling data with traces collected by language sdks we...

feature-request

- [x] Create PR as draft - [x] Approval by at least one other agent - [x] Mark as Ready for Review (automatically requests reviews from all agents and PM...

# Description According to The Linuxfoundation's [trademark policy](https://www.linuxfoundation.org/legal/trademark-usage) (who have the trademark on OTel), they list the following: ``` > Correct: for > Correct: plug-in for > Correct: compatible with...

meta
apm-agents

# Description Introduce the use of `ELASTIC_OTEL_SYSTEM_METRICS_ENABLED` to decide if sending system metrics or not. See [spec](https://github.com/elastic/apm/blob/main/specs/agents/otel-distribution.md#system-metrics) for details. # Issues creation ## Create Spec issue? - [x] Spec issue...

meta
apm-agents

## What does this pull request do? Promote the removal of opentracing integration and the removal of logging handling to DeprecationWarnings. ## Related issues Refs #2029

agent-python

## What does this pull request do? Handle the case where if the transaction is not sampled capture_span will return None instead of a span. While at it fix handling...

agent-python

# Bug report ### Bug description: Hello, while trying to port uwsgi to 3.13 got this: ``` plugins/python/python_plugin.c: In function ‘uwsgi_python_pre_uwsgi_fork’: plugins/python/python_plugin.c:1376:17: error: implicit declaration of function ‘_PyImport_AcquireLock’ [-Werror=implicit-function-declaration] 1376...

type-bug
topic-C-API
3.13
3.14

To avoid calling functions made private from 3.13+. And probably fixing issues with C extensions.