mule-opentelemetry-module
mule-opentelemetry-module copied to clipboard
Support global configurations from domain projects
For all connectors/modules requiring config elements (eg. HTTP, DB etc), we extract information from global config object. This is done through the APIs provided by Mule. However this API isn't reaching out to any configurations that are in mule domain projects. This limits us to extract useful information about configurations. We need to find a way to reach to domain configurations and capture the information.
Related: #65
Updated documentation for domain config limitation - https://github.com/avioconsulting/mule-opentelemetry-module/pull/70/commits/c23bfbcd29c76ff8c6f1e621cdc2fc18e178afd0 in PR #70