Releases: open-telemetry/opentelemetry-dotnet-contrib
Instrumentation.Process-1.0.0-alpha.2
- Update OpenTelemetry API to 1.4.0-beta.3 (#774)
Instrumentation.Process-1.0.0-alpha.1
-
Update the .NET API used to retrieve
process.memory.virtual
metric from Process.PrivateMemorySize64 to Process.VirtualMemorySize64.(#762) -
Update OTel API version to be
1.4.0-beta.2
and change process metrics type
from ObservableGauge toObservableUpDownCounter
. Updated instruments are:
"process.memory.usage", "process.memory.virtual" and "process.threads".
(#751)
Instrumentation.EventCounters-1.0.0-alpha.2
- Update OpenTelemetry.Api to 1.3.1.
- Change
EventCounter
prefix toec
and trim the event source name to keep
instrument name under 63 characters.
(#740)
Instrumentation.AWS-1.0.2
- Fixed issue when using version 3.7.100 of the AWS SDK for .NET triggering an
EndpointResolver not found exception.
(#726)
Extensions-1.0.0-beta.3
-
Update OpenTelemetry to 1.4.0-beta.2 (#680)
-
Implemented auto flush activity processor
(#297) -
Removes .NET Framework 4.6.1. The minimum .NET Framework version
supported is .NET 4.6.2. -
Removes net5.0 target as .NET 5.0 is going out
of support. The package keeps netstandard2.0 target, so it
can still be used with .NET5.0 apps.
(#617) -
Going forward the NuGet package will be
OpenTelemetry.Extensions
.
Older versions will remain at
OpenTelemetry.Contrib.Preview
(#266)
Exporter.Geneva-1.4.0-beta.4
- Breaking change: Updated export logic for scopes
- Export scopes which have a non-null key as individual columns (each
key-value pair from the scopes is exported as its own column; these columns
would also be taken into consideration when the CustomFields option is
applied). - When using formatted strings for scopes, the templated string (
"{OriginalFormat"}
)
will not be exported.
#736
- Export scopes which have a non-null key as individual columns (each
Exporter.Geneva-1.4.0-beta.3
Instrumentation.MySqlData-1.0.0-beta.4
Instrumentation.EventCounters-1.0.0-alpha.1
- Simplified implementation. EventSources must be explicitly configured to be listened to now. (#620)
Exporter.Geneva-1.4.0-beta.2
-
The option
TableNameMappings
ofGenevaExporterOptions
will not support string values that are null, empty, or consist only of white-space characters. It will also not support string values that contain non-ASCII characters. 646 -
Update OTel SDK version to
1.4.0-beta.2
. Add support for exporting Histogram Min and Max. If the histogram does not contain min and max, the exporter exports both the values as zero. #704