6.6 KiB
Changelog
Unreleased
-
Changed the behavior of
ConsoleExporter, the exporter will stop outputting the data if it is disposed. (#3578) -
Added overloads which accept a name to the
MeterProviderBuilderAddConsoleExporterextension to allow for more fine-grained options management (#3648) -
Added overloads which accept a name to the
TracerProviderBuilderAddConsoleExporterextension to allow for more fine-grained options management (#3657)
1.4.0-alpha.2
Released 2022-Aug-18
1.4.0-alpha.1
Released 2022-Aug-02
- The
MetricReaderOptionsdefaults can be overridden usingOTEL_METRIC_EXPORT_INTERVALandOTEL_METRIC_EXPORT_TIMEOUTenvironmental variables as defined in the specification. (#3424)
1.3.0
Released 2022-Jun-03
1.3.0-rc.2
Released 2022-June-1
- Improve the conversion and formatting of attribute values.
The list of data types that must be supported per the
OpenTelemetry specification
is more narrow than what the .NET OpenTelemetry SDK supports. Numeric
built-in value types
are supported by converting to a
longordoubleas appropriate except for numeric types that could cause overflow (ulong) or rounding (decimal) which are converted to strings. Non-numeric built-in types -string,char,boolare supported. All other types are converted to astring. Array values are also supported. (#3311) - Fix conversion of array-valued attributes. They were previously converted to a string like "System.String[]". (#3311)
1.3.0-beta.2
Released 2022-May-16
1.3.0-beta.1
Released 2022-Apr-15
- Removes .NET Framework 4.6.1. The minimum .NET Framework version supported is .NET 4.6.2. (#3190)
1.2.0
Released 2022-Apr-15
1.2.0-rc5
Released 2022-Apr-12
1.2.0-rc4
Released 2022-Mar-30
-
Added StatusCode, StatusDescription support to
ConsoleActivityExporter. (#2929 #3061) -
AddConsoleExporterextension method by default sets up exporter to export metrics every 10 seconds.
1.2.0-rc3
Released 2022-Mar-04
- Removes metric related configuration options from
ConsoleExporterOptions.MetricReaderType,PeriodicExporterMetricReaderOptions, andTemporalityare now configurable via theMetricReaderOptions. (#2929)
1.2.0-rc2
Released 2022-Feb-02
Fix MetricExporter to respect Console and Debug flags.
Added Activity.Links support to ConsoleActivityExporter.
1.2.0-rc1
Released 2021-Nov-29
- Added configuration options for
MetricReaderTypeto allow for configuring theConsoleMetricExporterto export either manually or periodically. (#2648)
1.2.0-beta2
Released 2021-Nov-19
1.2.0-beta1
Released 2021-Oct-08
1.2.0-alpha4
Released 2021-Sep-23
1.2.0-alpha3
Released 2021-Sep-13
1.2.0-alpha2
Released 2021-Aug-24
- Add Histogram Metrics support.
- Changed default temporality to be cumulative.
1.2.0-alpha1
Released 2021-Jul-23
- Removes .NET Framework 4.5.2, .NET 4.6 support. The minimum .NET Framework version supported is .NET 4.6.1. (#2138)
- Add Metrics support.(#2174)
1.1.0
Released 2021-Jul-12
- Supports OpenTelemetry.Extensions.Hosting based configuration for
of
ConsoleExporterOptions.
1.1.0-rc1
Released 2021-Jun-25
1.1.0-beta4
Released 2021-Jun-09
1.1.0-beta3
Released 2021-May-11
1.1.0-beta2
Released 2021-Apr-23
1.1.0-beta1
Released 2021-Mar-19
- Removed code that prints Baggage information (#1825)
- LogRecordExporter exports Message, Scope, StateValues from LogRecord. (#1871 #1895)
- Added Resource support. (#1913)
1.0.1
Released 2021-Feb-10
1.0.0-rc4
Released 2021-Feb-09
1.0.0-rc3
Released 2021-Feb-04
- Moved
ConsoleActivityExporterandConsoleLogRecordExporterclasses toOpenTelemetry.Exporternamespace. (#1770)
1.0.0-rc2
Released 2021-Jan-29
-
AddConsoleExporterextension method for logs moved fromOpenTelemetry.Tracenamespace toOpenTelemetry.Logsnamespace. (#1576) -
Added
ConsoleActivityExporterandConsoleLogExporter. RefactoredConsoleExporterto get rid of type specific check in the class (#1593) -
Replaced Debug.WriteLine with Trace.WriteLine to display the logs to the Debug window with Release configuration (#1719)
1.0.0-rc1.1
Released 2020-Nov-17
0.8.0-beta.1
Released 2020-Nov-5
-
Add extension method to add
ConsoleExporterfor logs (#1452) -
Generalized
ConsoleExporterto add support for logs (#1438)
0.7.0-beta.1
Released 2020-Oct-16
0.6.0-beta.1
Released 2020-Sep-15
0.5.0-beta.2
Released 2020-08-28
- Changed
UseConsoleExportertoAddConsoleExporter, improved readability (#1051)
0.4.0-beta.2
Released 2020-07-24
0.3.0-beta
Released 2020-07-23
- Initial release