Describe the solution you'd like
Core is adding support for exporting metrics to lang (see Core PR). This will allow various customizations to metrics handling, including:
- Exporting additional/custom metrics;
- Filtering out some metrics (to reduce cost, since commercial metrics collectors generally charge per metric);
- Export to metrics collectors that are not supported by Core itself.
This ticket is tracking effort at adding support in TS SDK for accepting and handling metrics from Core SDK. The scope of this ticket does not extend to the development of a metric exporter for any specific metrics collector.
Also see the corresponding .Net feature request here.