Open ShaydeNofziger opened 2 years ago
Many are writing their own trace exporter extension methods, such as AddAzureMonitorTraceExporter which become very specific to the solution being offered. Provide an easy way to hook into this and provide your own custom exporter to the module.
AddAzureMonitorTraceExporter
Example of this is #11 - perhaps provide some big third-party support with an easy way for others to hook in / add their own.
Many are writing their own trace exporter extension methods, such as
AddAzureMonitorTraceExporter
which become very specific to the solution being offered. Provide an easy way to hook into this and provide your own custom exporter to the module.