File tree Expand file tree Collapse file tree
src/OpenTelemetry.Exporter.OpenTelemetryProtocol Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 ` FormatException ` if it fails to parse any of the supported environment
77 variables.
88
9+ * Changed ` OtlpExporterOptions.MetricExportIntervalMilliseconds ` to default
10+ 60000 milliseconds.
11+ ([ #2641 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2641 ) )
12+
913## 1.2.0-beta1
1014
1115Released 2021-Oct-08
Original file line number Diff line number Diff line change @@ -109,9 +109,9 @@ public OtlpExporterOptions()
109109 public BatchExportProcessorOptions < Activity > BatchExportProcessorOptions { get ; set ; } = new BatchExportActivityProcessorOptions ( ) ;
110110
111111 /// <summary>
112- /// Gets or sets the metric export interval in milliseconds. The default value is 1000 milliseconds .
112+ /// Gets or sets the metric export interval in milliseconds. The default value is 60000 .
113113 /// </summary>
114- public int MetricExportIntervalMilliseconds { get ; set ; } = 1000 ;
114+ public int MetricExportIntervalMilliseconds { get ; set ; } = 60000 ;
115115
116116 /// <summary>
117117 /// Gets or sets the AggregationTemporality used for Histogram
You can’t perform that action at this time.
0 commit comments