You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the OtlpMetricsExporter has a OtlpExporterOptions field which contains a BatchExportProcessorOptions<Activity> field.
OtlpMetricsExporter should not reference BatchExportProcessorOptions<Activity> as it is intended for tracing.
It can be fixed e.g. by adding another generic parameter to BaseOtlpExporter for the option type could differ for OtlpMetricsExporter and OtlpTraceExporter.
The text was updated successfully, but these errors were encountered:
pellared
changed the title
OtlpMetricsExporter should not reference BatchExportProcessorOptions<Activity>OtlpMetricsExporter should not reference BatchExportProcessorOptions<Activity>Aug 11, 2021
This issue was marked stale due to lack of activity and will be closed in 7 days. Commenting will instruct the bot to automatically remove the label. This bot runs once per day.
Currently the
OtlpMetricsExporter
has aOtlpExporterOptions
field which contains aBatchExportProcessorOptions<Activity>
field.OtlpMetricsExporter
should not referenceBatchExportProcessorOptions<Activity>
as it is intended for tracing.It can be fixed e.g. by adding another generic parameter to
BaseOtlpExporter
for the option type could differ forOtlpMetricsExporter
andOtlpTraceExporter
.Found when working on #2219
The text was updated successfully, but these errors were encountered: