Skip to content

Commit

Permalink
chore(deps): update dependency prometheus.client to v4.5.2 (#1691)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency prometheus.client to v4.5.2

* Fix broken link

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>

* bump version

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Tom Kerkhove <kerkhove.tom@gmail.com>
  • Loading branch information
3 people authored Aug 2, 2021
1 parent 29249f0 commit 6b5eed5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/promitor/scraper/runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metricSinks:
pageId: y79z9b78ybgs
systemMetricMapping:
- id: nfkgnrwpn545
promitorMetricName: promitor_demo_appplan_percentage_cpu
promitorMetricName: promitor_demo_appplan_autoscale_observed_capacity
metricsConfiguration:
absolutePath: /config/metrics-declaration.yaml
telemetry:
Expand Down
2 changes: 1 addition & 1 deletion src/Promitor.Agents.Scraper/Promitor.Agents.Scraper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<PackageReference Include="AutoMapper" Version="10.1.1" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="8.1.1" />
<PackageReference Include="CronScheduler.AspNetCore" Version="3.0.1" />
<PackageReference Include="Prometheus.Client.AspNetCore" Version="4.4.0" />
<PackageReference Include="Prometheus.Client.AspNetCore" Version="4.5.0" />
<PackageReference Include="Prometheus.Client.DependencyInjection" Version="0.4.0" />
<PackageReference Include="Prometheus.Client.HttpRequestDurations" Version="3.4.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
Expand Down
2 changes: 1 addition & 1 deletion src/Promitor.Core.Scraping/Promitor.Core.Scraping.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="Guard.Net" Version="1.2.0" />
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.18.0" />
<PackageReference Include="Microsoft.Azure.Management.Fluent" Version="1.37.1" />
<PackageReference Include="Prometheus.Client" Version="4.4.0" />
<PackageReference Include="Prometheus.Client" Version="4.5.2" />
<PackageReference Include="YamlDotNet" Version="11.2.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Prometheus.Client" Version="4.4.0" />
<PackageReference Include="Prometheus.Client" Version="4.5.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6b5eed5

Please sign in to comment.