Skip to content

Commit

Permalink
(#151) (#152) (#154) services: udpate versions [pack-all-force]
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintAngeLs committed Dec 15, 2024
1 parent 4221b95 commit e66676e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.10.1" />
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.10.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.10.0" />
<PackageReference Include="Paralax" Version="1.0.430" />
<PackageReference Include="Paralax" Version="*" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public static IHostApplicationBuilder AddServiceDefaults(this IHostApplicationBu

public static IParalaxBuilder AddServiceDefaults(this IParalaxBuilder builder)
{
// builder.ConfigureOpenTelemetry();
// builder.AddDefaultHealthChecks();
builder.ConfigureOpenTelemetry();
builder.AddDefaultHealthChecks();

builder.Services.AddServiceDiscovery();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.10.1" />
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.10.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.10.0" />
<PackageReference Include="Paralax" Version="1.0.430" />
<PackageReference Include="Paralax" Version="*" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e66676e

Please sign in to comment.