Releases · open-telemetry/opentelemetry-dotnet-contrib (original) (raw)
Instrumentation.ServiceFabricRemoting-1.16.0-beta.1
16 Jun 07:47
Immutablerelease. Only release title and notes can be modified.
- NuGet: OpenTelemetry.Instrumentation.ServiceFabricRemoting v1.16.0-beta.1
- Raised the minimum required version of
Microsoft.ServiceFabric.Actorsand
Microsoft.ServiceFabric.Services.Remotingfrom7.1.2448to8.4.268, as the
7.1Service Fabric runtime is going out of support.
(#4510) - Updated OpenTelemetry core component version(s) to
1.16.0.
(#4487)
See CHANGELOG for details.
- Raised the minimum required version of
Instrumentation.Remoting-0.1.0-alpha.1
01 Jun 09:39
Immutablerelease. Only release title and notes can be modified.
- NuGet: OpenTelemetry.Instrumentation.Remoting v0.1.0-alpha.1
- This is the first release of
OpenTelemetry.Instrumentation.Remotingpackage.
For more details, please refer to the README. - Updated OpenTelemetry core component version(s) to
1.15.3.
(#4166)
See CHANGELOG for details.
- This is the first release of
Instrumentation.ConfluentKafka-0.1.0-alpha.7
29 May 04:47
Immutablerelease. Only release title and notes can be modified.
- NuGet: OpenTelemetry.Instrumentation.ConfluentKafka v0.1.0-alpha.7
- Fixed an issue in
InstrumentedConsumerwheremessaging.receive.duration
andmessaging.receive.messagesmetrics were not emitted whenConsumeException
is thrown by theConsumemethod.
(#4433)
See CHANGELOG for details.
- Fixed an issue in
Instrumentation.StackExchangeRedis-1.15.1-beta.2
27 May 14:56
Immutablerelease. Only release title and notes can be modified.
- NuGet: OpenTelemetry.Instrumentation.StackExchangeRedis v1.15.1-beta.2
- Fixed
db.query.textnot respectingSetVerboseDatabaseStatementswhen
the new database semantic conventions are enabled.
(#4245) - Add instrumentation scope version and schema URL to traces.
(#4095) - Add optimized path to flush commands on every
FlushIntervaltick
regardless whether the parentActivitycompletes. Whether the new behavior
is used depends on instrumentation configuration:
* If bothEnrichandFilterare not set, commands are flushed
eagerly each tick without waiting for the parentActivityto complete, reducing
memory pressure for long-lived or high-volume parent spans.
* IfEnrichorFilteris set, commands are buffered until the
parentActivitycompletes, maintaining the previous behavior.
(#4398)
- Fixed
See CHANGELOG for details.
OpAmp.Client-0.4.0-alpha.1
22 May 16:10
Immutablerelease. Only release title and notes can be modified.
- NuGet: OpenTelemetry.OpAmp.Client v0.4.0-alpha.1
- Bumped OpAMP spec to v0.18.0.
(#4421) - Fixed System.Net.Http package version resolution issues for .NET 4.6.2.
(#4402) - Add support for multivalue identification attributes.
(#4350) - Change default OpAMP port from
4318to4320.
(#4374)
See CHANGELOG for details.
- Bumped OpAMP spec to v0.18.0.
Resources.Process-1.15.1-beta.2
06 May 18:35
Immutablerelease. Only release title and notes can be modified.
- NuGet: OpenTelemetry.Resources.Process v1.15.1-beta.2
- Add new process resource attribute
process.creation.time.
(#4036)
See CHANGELOG for details.
- Add new process resource attribute
PersistentStorage-1.1.0
05 May 09:42
Immutablerelease. Only release title and notes can be modified.
- NuGet: OpenTelemetry.PersistentStorage.Abstractions v1.1.0
- Add
net8.0andnet10.0target frameworks.
(#4128) - Add support for
ReadOnlySpan<byte>as buffers.
Obsoletesbyte[]buffers in the API.
(#4128)
See CHANGELOG for details.
- Add
- NuGet: OpenTelemetry.PersistentStorage.FileSystem v1.1.0
- Add
net8.0andnet10.0target frameworks.
(#4128) - Add support for
ReadOnlySpan<byte>as buffers.
Obsoletesbyte[]buffers in the API.
(#4128)
See CHANGELOG for details.
- Add
OpAmp.Client-0.3.0-alpha.1
28 Apr 08:24
Immutablerelease. Only release title and notes can be modified.
- NuGet: OpenTelemetry.OpAmp.Client v0.3.0-alpha.1
- Enhance EffectiveConfigFile:
* RemoveCreateFromFilePathfactory method.
* AddCreateFromSteamandCreateFromStreamAsyncmethods which enforce max
size limits.
* Content property is nowReadOnlyMemory.
(#4285)
- Enhance EffectiveConfigFile:
See CHANGELOG for details.
Exporter.Instana-1.1.0
27 Apr 11:48
Immutablerelease. Only release title and notes can be modified.
- NuGet: OpenTelemetry.Exporter.Instana v1.1.0
- Add
net8.0andnet10.0target frameworks.
(#4153) - Add support for configuring the Instana exporter using
InstanaExporterOptions.
(#4153) - Breaking change: TLS certificate validation is no longer unconditionally
disabled when a proxy is configured using theINSTANA_ENDPOINT_PROXYenvironment
variable. To restore the previous behaviour and disable TLS certificate validation
use theInstanaExporterOptions.HttpClientFactoryproperty to configure a custom
HttpClientfor the exporter to use.
(#4153) - Use System.Text.Json for JSON serialization.
(#4293)
See CHANGELOG for details.
- Add
Extensions.Enrichment.Http-1.15.1-beta.2
23 Apr 10:23
Immutablerelease. Only release title and notes can be modified.