avioconsulting / mule-opentelemetry-module

Mule Extension to generate OpenTelemetry traces and metrics
https://avioconsulting.github.io/mule-opentelemetry-module/
BSD 2-Clause "Simplified" License
24 stars 9 forks source link

Support global configurations from domain projects #66

Open manikmagar opened 2 years ago

manikmagar commented 2 years ago

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 commented 2 years ago

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