File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Grafana.OpenTelemetry.Base Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 44
55### New features
66
7+ * Use 1.6.0-beta.3 of upstream instrumentation libraries.
78* Allow specifying custom resource attributes via ` GrafanaOpenTelemetrySettings ` .
89* Run unit tests on .NET 8.
910* Use libraries released with .NET 8.
Original file line number Diff line number Diff line change 3939
4040 <!-- Non-stable instrumentation packages with no dependencies -->
4141 <ItemGroup >
42- <PackageReference Include =" OpenTelemetry.Instrumentation.GrpcNetClient" Version =" 1.6.0-beta.2 " />
43- <PackageReference Include =" OpenTelemetry.Instrumentation.Http" Version =" 1.6.0-beta.2 " />
42+ <PackageReference Include =" OpenTelemetry.Instrumentation.GrpcNetClient" Version =" 1.6.0-beta.3 " />
43+ <PackageReference Include =" OpenTelemetry.Instrumentation.Http" Version =" 1.6.0-beta.3 " />
4444 <PackageReference Include =" OpenTelemetry.Instrumentation.Process" Version =" 0.5.0-beta.3" />
45- <PackageReference Include =" OpenTelemetry.Instrumentation.SqlClient" Version =" 1.6.0-beta.2 " />
45+ <PackageReference Include =" OpenTelemetry.Instrumentation.SqlClient" Version =" 1.6.0-beta.3 " />
4646 </ItemGroup >
4747
4848 <ItemGroup >
Original file line number Diff line number Diff line change 6262
6363 <!-- Non-stable instrumentation packages with dependencies, only .NET -->
6464 <ItemGroup Condition =" '$(TargetFramework)' != 'net462' " >
65- <PackageReference Include =" OpenTelemetry.Instrumentation.AspNetCore" Version =" 1.6.0-beta.2 " />
65+ <PackageReference Include =" OpenTelemetry.Instrumentation.AspNetCore" Version =" 1.6.0-beta.3 " />
6666 </ItemGroup >
6767
6868 <!-- Non-stable instrumentation packages with dependencies, only .NET framework -->
You can’t perform that action at this time.
0 commit comments