Releases: open-telemetry/opentelemetry-dotnet-contrib
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.
-
Resources.OperatingSystem-0.1.0-alpha.3
-
NuGet: OpenTelemetry.Resources.OperatingSystem v0.1.0-alpha.3
- Implement
os.build_id
,
os.description
,
os.name
,
os.version
attributes in
OpenTelemetry.ResourceDetectors.OperatingSystem
.
(#1983)
See CHANGELOG for details.
- Implement
Resources.Host-0.1.0-beta.3
-
NuGet: OpenTelemetry.Resources.Host v0.1.0-beta.3
- Fix the bug where macOS was detected as Linux
(#1985)
See CHANGELOG for details.
- Fix the bug where macOS was detected as Linux
Instrumentation.AWS-1.1.0-beta.5
-
NuGet: OpenTelemetry.Instrumentation.AWS v1.1.0-beta.5
- BREAKING: Update the instrumentation logic to use AWS TracerProvider.
(#1974) - Add AWS metrics instrumentation.
(#1980) - Updated dependency on AWS .NET SDK to version 3.7.400.
(#1974) - Added
rpc.system
,rpc.service
, andrpc.method
to activity tags based on
semantic convention v1.26.0.
(#1865)
See CHANGELOG for details.
- BREAKING: Update the instrumentation logic to use AWS TracerProvider.
Exporter.OneCollector-1.9.2
-
NuGet: OpenTelemetry.Exporter.OneCollector v1.9.2
-
Fixed
PlatformNotSupportedException
s being thrown during export when running
on mobile platforms which caused telemetry to be dropped silently.
(#1992) -
Fixed a bug which caused remaining records in a batch to be dropped silently
once the max payload size for a transmission (default 4 KiB) has been
reached.
(#1999)
See CHANGELOG for details.
-
Exporter.OneCollector-1.9.1
-
NuGet: OpenTelemetry.Exporter.OneCollector v1.9.1
- Fixed a bug preventing
HttpTransportErrorResponseReceived
events from firing
on .NET Framework.
(#1987)
See CHANGELOG for details.
- Fixed a bug preventing