Skip to content

Commit

Permalink
Bump OpenTelemetry.Instrumentation.Runtime to 1.0.0-rc.1 (#920)
Browse files Browse the repository at this point in the history
Bump OpenTelemetry.Instrumentation.Runtime to 1.0.0-rc.1.
  • Loading branch information
rajkumar-rangaraj authored Jul 5, 2022
1 parent 454070a commit 1d234b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ internal static class EnvironmentConfigurationMetricHelper
{
[MeterInstrumentation.AspNet] = builder => builder.AddSdkAspNetInstrumentation(),
[MeterInstrumentation.HttpClient] = builder => builder.AddHttpClientInstrumentation(),
[MeterInstrumentation.NetRuntime] = builder => builder.AddRuntimeMetrics(),
[MeterInstrumentation.NetRuntime] = builder => builder.AddRuntimeInstrumentation(),
};

public static MeterProviderBuilder UseEnvironmentVariables(this MeterProviderBuilder builder, MeterSettings settings)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="OpenTelemetry.Api" Version="1.3.0" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.3.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.0.0-rc9.4" />
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="0.2.0-alpha.1" />
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.0.0-rc.1" />
<PackageReference Include="OpenTelemetry.Instrumentation.SqlClient" Version="1.0.0-rc9.4" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNet" Version="1.0.0-rc9.5" Condition="'$(TargetFramework)' == 'net462'" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.0.0-rc9.4" Condition="'$(TargetFramework)' == 'netcoreapp3.1'" />
Expand Down

0 comments on commit 1d234b3

Please sign in to comment.