allow configuring opentelementry callback via config file (#4916) (#4938)

this is especially useful for the `enable_from_environment` option, as
this allows to set a default for the whole project, instead of relying
on everyone setting the environment variable

(cherry picked from commit a5ff53f2ae)

Co-authored-by: Evgeni Golov <evgeni@golov.de>
This commit is contained in:
patchback[bot]
2022-07-07 22:48:20 +02:00
committed by GitHub
parent ba18d6232a
commit 1eb872ccea
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- opentelemetry callback plugin - allow configuring opentelementry callback via config file (https://github.com/ansible-collections/community.general/pull/4916).