Victor Martinez

Results 227 comments of Victor Martinez

> Are we publishing to docker at each merge to main? That's correct, it was added in https://github.com/elastic/apm-agent-python/pull/1998 The tag is `test-latest` in that particular case

Can you provide a playbook with examples of what you get and want? This would help determine whether it's feasible. 🙇

Hi @OneCyrus, can you provide a bit more context about your setup? - Ansible version - Python version - OpenTelemetry libraries: - opentelemetry-api - opentelemetry-exporter-otlp - opentelemetry-sdk In addition, can...

Some env variables can help to reduce the number of attributes that are stored per span/event: - [OTEL_ATTRIBUTE_COUNT_LIMIT](https://opentelemetry-python.readthedocs.io/en/latest/sdk/environment_variables.html#opentelemetry.sdk.environment_variables.OTEL_ATTRIBUTE_COUNT_LIMIT) - [OTEL_EVENT_ATTRIBUTE_COUNT_LIMIT](https://opentelemetry-python.readthedocs.io/en/latest/sdk/environment_variables.html#envvar-OTEL_EVENT_ATTRIBUTE_COUNT_LIMIT) In addition, the existing [implementation](https://github.com/ansible-collections/community.general/blob/7dd7cbdba8b5ca422fbe826cad63392fe1f50ee7/plugins/callback/opentelemetry.py#L274) uses the BatchProcessor, and it...

Thanks @OneCyrus for providing further details. > the problem is that the callback plugin collects all the attributes here even when ANSIBLE_OPENTELEMETRY_DISABLE_LOGS is enabled. the memory "leak" happens before any...

disabling the logs is now honoured and won't produce any memory leaks, so the changes have been merged recently, in case you want to give a swing. Thanks for your...

@cyrille-leclerc , IIUC, shared libraries steps can be as complex as you can imagine hence a stage does not warranty there will be one shared library step per stage. In...

> @v1v Thank you very much. I have a question please: would creating a sub stage inside a Jenkins shared library be a solution? It is a workaround in my...

https://github.com/jenkinsci/opentelemetry-plugin/issues/90 is the issue that talks about a similar feature. I'll close this PR now