ShaydeNofziger / PoshOtel

An Open Telemetry Client for use in PowerShell scripts
MIT License
4 stars 2 forks source link

Add support for easy integration with alternative Exporters #9

Open ShaydeNofziger opened 2 years ago

ShaydeNofziger commented 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.

ShaydeNofziger commented 2 years ago

Example of this is #11 - perhaps provide some big third-party support with an easy way for others to hook in / add their own.