feat(backend): start work on metrics

This commit is contained in:
sam 2024-07-13 17:23:52 +02:00
parent fa49030b06
commit 16f230b97d
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
6 changed files with 53 additions and 4 deletions

View file

@ -6,6 +6,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="App.Metrics" Version="4.3.0" />
<PackageReference Include="App.Metrics.AspNetCore.All" Version="4.3.0" />
<PackageReference Include="App.Metrics.Prometheus" Version="4.3.0" />
<PackageReference Include="EFCore.NamingConventions" Version="8.0.3"/>
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.14" />
<PackageReference Include="Hangfire.Core" Version="1.8.14" />