allow configuring opentelementry callback via config file (#4916)

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
This commit is contained in:
Evgeni Golov
2022-07-07 21:51:04 +02:00
committed by GitHub
parent 9a928d5ffb
commit a5ff53f2ae
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).