mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
3a460751a4
* [opentelemetry][callback] add option to support enabling plugin in the CI only * [opentelemetry][callback] add changelog fragment * Apply suggestions from code review Co-authored-by: Ajpantuso <ajpantuso@gmail.com> * [opentelemetry][callback] use enable_from_environment * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> * [opentelemetry] ensure the value is true otherwise the plugin is not enabled * [opentelemetry][changelog] update entry with the new option Co-authored-by: Ajpantuso <ajpantuso@gmail.com> Co-authored-by: Felix Fontein <felix@fontein.de>
2 lines
261 B
YAML
2 lines
261 B
YAML
minor_changes:
|
|
- opentelemetry callback plugin - added option ``enable_from_environment`` to support enabling the plugin only if the given environment variable exists and it is set to true (https://github.com/ansible-collections/community.general/pull/3498).
|