File tree Expand file tree Collapse file tree 11 files changed +46
-35
lines changed
HostedServiceMetricPusher Expand file tree Collapse file tree 11 files changed +46
-35
lines changed Original file line number Diff line number Diff line change 1616 steps :
1717 - name : Checkout
1818 uses : actions/checkout@v5
19- - name : Setup GHPR
20- run : dotnet nuget add source -u ${{ github.repository_owner }} -p ${{ secrets.GITHUB_TOKEN }}
21- --store-password-in-clear-text -n github "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
19+ # - name: Setup GHPR
20+ # run: dotnet nuget add source -u ${{ github.repository_owner }} -p ${{ secrets.GITHUB_TOKEN }}
21+ # --store-password-in-clear-text -n github "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
2222 - name : Build
2323 run : dotnet build -c Release
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <Project >
2+ <PropertyGroup >
3+ <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
4+ </PropertyGroup >
5+ <ItemGroup >
6+ <PackageVersion Include =" Prometheus.Client" Version =" 6.1.0" />
7+ <PackageVersion Include =" Prometheus.Client.DependencyInjection" Version =" 1.5.1" />
8+ <PackageVersion Include =" Prometheus.Client.AspNetCore" Version =" 6.0.0" />
9+ <PackageVersion Include =" Prometheus.Client.HttpRequestDurations" Version =" 4.0.0" />
10+ <PackageVersion Include =" Prometheus.Client.HealthChecks" Version =" 2.1.1" />
11+ <PackageVersion Include =" Prometheus.Client.MetricServer" Version =" 7.0.0" />
12+ <PackageVersion Include =" Prometheus.Client.MetricPusher" Version =" 3.3.0" />
13+ <PackageVersion Include =" Prometheus.Client.MetricPusher.HostedService" Version =" 0.5.0" />
14+
15+ <PackageVersion Include =" Microsoft.Extensions.Hosting" Version =" 8.0.1" />
16+ <PackageVersion Include =" AspNetCore.HealthChecks.Uris" Version =" 8.0.1" />
17+ </ItemGroup >
18+ </Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
33 <TargetFramework >net8.0</TargetFramework >
4-
54 </PropertyGroup >
65 <ItemGroup >
7- <PackageReference Include =" Prometheus.Client" Version = " 6.1.0 " />
8- <PackageReference Include =" Prometheus.Client.AspNetCore" Version = " 6.0.0 " />
9- <PackageReference Include =" Prometheus.Client.DependencyInjection" Version = " 1.5.1 " />
6+ <PackageReference Include =" Prometheus.Client" />
7+ <PackageReference Include =" Prometheus.Client.AspNetCore" />
8+ <PackageReference Include =" Prometheus.Client.DependencyInjection" />
109 </ItemGroup >
1110</Project >
Original file line number Diff line number Diff line change 44 <TargetFramework >net8.0</TargetFramework >
55 </PropertyGroup >
66 <ItemGroup >
7- <PackageReference Include =" Prometheus.Client.MetricServer" Version = " 7.0.0 " />
7+ <PackageReference Include =" Prometheus.Client.MetricServer" />
88 </ItemGroup >
99</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
33 <TargetFramework >net8.0</TargetFramework >
4- <InvariantGlobalization >true</InvariantGlobalization >
54 </PropertyGroup >
65 <ItemGroup >
7- <PackageReference Include =" AspNetCore.HealthChecks.Uris " Version = " 8.0.1 " />
8- <PackageReference Include =" Prometheus.Client" Version = " 6.1.0 " />
9- <PackageReference Include =" Prometheus.Client.AspNetCore " Version = " 6.0.0 " />
10- <PackageReference Include =" Prometheus.Client.DependencyInjection " Version = " 1.5.1 " />
11- <PackageReference Include =" Prometheus.Client. HealthChecks" Version = " 2.1.1 " />
6+ <PackageReference Include =" Prometheus.Client " />
7+ <PackageReference Include =" Prometheus.Client.AspNetCore " />
8+ <PackageReference Include =" Prometheus.Client.DependencyInjection " />
9+ <PackageReference Include =" Prometheus.Client.HealthChecks " />
10+ <PackageReference Include =" AspNetCore. HealthChecks.Uris " />
1211 </ItemGroup >
1312</Project >
Original file line number Diff line number Diff line change 33 <TargetFramework >net8.0</TargetFramework >
44 </PropertyGroup >
55 <ItemGroup >
6- <PackageReference Include =" Prometheus.Client" Version = " 6.1.0 " />
7- <PackageReference Include =" Prometheus.Client.DependencyInjection" Version = " 1.5.1 " />
8- <PackageReference Include =" Prometheus.Client.MetricPusher.HostedService" Version = " 0.5.0 " />
9- <PackageReference Include =" Microsoft.Extensions.Hosting" Version = " 8.0.1 " />
6+ <PackageReference Include =" Prometheus.Client" />
7+ <PackageReference Include =" Prometheus.Client.DependencyInjection" />
8+ <PackageReference Include =" Prometheus.Client.MetricPusher.HostedService" />
9+ <PackageReference Include =" Microsoft.Extensions.Hosting" />
1010 </ItemGroup >
1111</Project >
Original file line number Diff line number Diff line change 33 <TargetFramework >net8.0</TargetFramework >
44 </PropertyGroup >
55 <ItemGroup >
6- <PackageReference Include =" Prometheus.Client" Version = " 6.1.0 " />
7- <PackageReference Include =" Prometheus.Client.AspNetCore" Version = " 6.0.0 " />
8- <PackageReference Include =" Prometheus.Client.DependencyInjection" Version = " 1.5.1 " />
9- <PackageReference Include =" Prometheus.Client.HttpRequestDurations" Version = " 4.0.0 " />
6+ <PackageReference Include =" Prometheus.Client" />
7+ <PackageReference Include =" Prometheus.Client.AspNetCore" />
8+ <PackageReference Include =" Prometheus.Client.DependencyInjection" />
9+ <PackageReference Include =" Prometheus.Client.HttpRequestDurations" />
1010 </ItemGroup >
1111</Project >
Original file line number Diff line number Diff line change 33 <TargetFramework >net8.0</TargetFramework >
44 </PropertyGroup >
55 <ItemGroup >
6- <PackageReference Include =" Prometheus.Client" Version = " 6.1.0 " />
7- <PackageReference Include =" Prometheus.Client.MetricPusher" Version = " 3.3.0 " />
8- <PackageReference Include =" Prometheus.Client.DependencyInjection" Version = " 1.5.1 " />
6+ <PackageReference Include =" Prometheus.Client" />
7+ <PackageReference Include =" Prometheus.Client.MetricPusher" />
8+ <PackageReference Include =" Prometheus.Client.DependencyInjection" />
99 </ItemGroup >
1010</Project >
Original file line number Diff line number Diff line change 33 <TargetFramework >net8.0</TargetFramework >
44 </PropertyGroup >
55 <ItemGroup >
6- <PackageReference Include =" Prometheus.Client" Version = " 6.1.0 " />
6+ <PackageReference Include =" Prometheus.Client" />
77 </ItemGroup >
88</Project >
You can’t perform that action at this time.
0 commit comments