mule-opentelemetry-module icon indicating copy to clipboard operation
mule-opentelemetry-module copied to clipboard

Support global configurations from domain projects

Open manikmagar opened this issue 2 years ago • 1 comments

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

manikmagar avatar Oct 14 '22 15:10 manikmagar

Updated documentation for domain config limitation - https://github.com/avioconsulting/mule-opentelemetry-module/pull/70/commits/c23bfbcd29c76ff8c6f1e621cdc2fc18e178afd0 in PR #70

manikmagar avatar Oct 14 '22 21:10 manikmagar