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
Can we settle on a universal default for MetricReaderType (manual vs. periodic), or should the default vary based on the type of exporter used (OTLP, Console, etc)? This question was raised here.
#2717 moved the notion of MetricReaderType to the SDK for configuring whether to use the periodic metric reader or the "manual" one.
Currently, we do not have a universal default. For instance, when using the helper extension methods AddConsoleExporter and AddOtlpExporter the defaults are MetricReaderType.Manual and MetricReaderType.Periodic, respectively.
A prior conversation posed the question of whether the Console exporter should default to MetricReaderType.Periodic.
The text was updated successfully, but these errors were encountered:
Can we settle on a universal default for
MetricReaderType
(manual vs. periodic), or should the default vary based on the type of exporter used (OTLP, Console, etc)? This question was raised here.#2717 moved the notion of
MetricReaderType
to the SDK for configuring whether to use the periodic metric reader or the "manual" one.Currently, we do not have a universal default. For instance, when using the helper extension methods
AddConsoleExporter
andAddOtlpExporter
the defaults areMetricReaderType.Manual
andMetricReaderType.Periodic
, respectively.A prior conversation posed the question of whether the Console exporter should default to
MetricReaderType.Periodic
.The text was updated successfully, but these errors were encountered: