Releases: open-telemetry/opentelemetry-dotnet-contrib
Resources.Process-0.1.0-beta.3
-
NuGet: OpenTelemetry.Resources.Process v0.1.0-beta.3
- Properly dispose of System.Diagnostics.Process class instances
(#2101)
See CHANGELOG for details.
- Properly dispose of System.Diagnostics.Process class instances
Instrumentation.Process-0.5.0-beta.7
-
NuGet: OpenTelemetry.Instrumentation.Process v0.5.0-beta.7
- Properly dispose of System.Diagnostics.Process class instances
(#2101)
See CHANGELOG for details.
- Properly dispose of System.Diagnostics.Process class instances
Resources.Azure-1.0.0-beta.9
-
NuGet: OpenTelemetry.Resources.Azure v1.0.0-beta.9
-
Added support for Azure Container Apps jobs.
(#2064) -
Added direct reference to
System.Text.Encodings.Web
with minimum version of
4.7.2
in response to CVE-2021-26701.
(#2056)
See CHANGELOG for details.
-
Extensions.AWS-1.3.0-beta.2
-
NuGet: OpenTelemetry.Extensions.AWS v1.3.0-beta.2
-
Remove NuGet reference to
System.Net.Http
(#1713) -
Updated OpenTelemetry core component version(s) to
1.9.0
.
(#1888)
See CHANGELOG for details.
-
Instrumentation.ConfluentKafka-0.1.0-alpha.2
-
NuGet: OpenTelemetry.Instrumentation.ConfluentKafka v0.1.0-alpha.2
- Add named instrumentation support
(#2074)
See CHANGELOG for details.
- Add named instrumentation support
Instrumentation.ConfluentKafka-0.1.0-alpha.1
-
NuGet: OpenTelemetry.Instrumentation.ConfluentKafka v0.1.0-alpha.1
- Initial release
See CHANGELOG for details.
Instrumentation.AWS-1.1.0-beta.6
-
NuGet: OpenTelemetry.Instrumentation.AWS v1.1.0-beta.6
- Fix Memory Leak by Reusing ActivitySources, Meters, and Instruments
(#2039) - Added instrumentation support for AWS Bedrock, BedrockRuntime, BedrockAgent, BedrockAgentRuntime.
(#1979)
See CHANGELOG for details.
- Fix Memory Leak by Reusing ActivitySources, Meters, and Instruments
Sampler.AWS-0.1.0-alpha.2
-
NuGet: OpenTelemetry.Sampler.AWS v0.1.0-alpha.2
- Performance problem fix for calling event source when required.
(#2046)
See CHANGELOG for details.
- Performance problem fix for calling event source when required.
Resources.OperatingSystem-0.1.0-alpha.4
-
NuGet: OpenTelemetry.Resources.OperatingSystem v0.1.0-alpha.4
- Add a fallback mechanism for
build.id
for Linux.
(#2047)
See CHANGELOG for details.
- Add a fallback mechanism for
Exporter.OneCollector-1.10.0-alpha.1
-
NuGet: OpenTelemetry.Exporter.OneCollector v1.10.0-alpha.1
-
Dropped support for the
net7.0
target because .NET 7 is no longer supported.
Added anet8.0
target.
(#2038) -
Added
SetEventFullNameMappings
API on
OneCollectorLogExportProcessorBuilder
which can be used to change the event
full name sent to the OneCollector service for a givenLogRecord
(CategoryName
andEventId.Name
are used to derive the event full name by
default).
(#2021)
See CHANGELOG for details.
-