Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Update dependency prometheus-net.AspNetCore to v8.2.1 #134

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prometheus-net.AspNetCore 8.0.1 -> 8.2.1 age adoption passing confidence

Release Notes

prometheus-net/prometheus-net (prometheus-net.AspNetCore)

v8.2.1: 8.2.1 - bugfix for occasional exception on metrics scrape

Fix occasional "Collection was modified" exception when serializing metrics. #​464

v8.2.0: - performance improvements

  • .WithLabels() & similar now accept ReadOnlyMemory as alternative to string[]. Same behavior, just easier to use if you already have a ReadOnlyMemory.
  • .WithLabels() & similar now accept ReadOnlySpan as alternative to string[]. This enables allocation-free metric instance creation if a metric instance with these labels is already known.
  • Incorporated various optimizations to reduce the required CPU time and allocated memory, including #​410, #​443 and other contributions.
  • Observation of large histograms is now 10-30% faster on machines that support AVX2 instructions.
  • health checks exposed via ForwardToPrometheus() no longer create a default metric if a custom metric is provided #​444

v8.1.1: - fix incorrect UpDownCounter handling in .NET Meters API adapter

  • Fix bug in .NET Meters API adapter for UpDownCounter, which was incorrectly transformed to Prometheus metrics. #​452 and #​453

v8.1.0: - Add support for capturing HttpClient metrics from all registered HttpClients

Add support for capturing HttpClient metrics from all registered HttpClients (services.UseHttpClientMetrics()).


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency prometheus-net.AspNetCore to v8.1.0 Update dependency prometheus-net.AspNetCore to v8.1.1 Nov 28, 2023
@renovate renovate bot force-pushed the renovate/prometheus-net-monorepo branch from ec928c6 to 04db40e Compare November 28, 2023 12:25
@renovate renovate bot force-pushed the renovate/prometheus-net-monorepo branch from 04db40e to 9b5aefb Compare December 6, 2023 01:12
@renovate renovate bot changed the title Update dependency prometheus-net.AspNetCore to v8.1.1 Update dependency prometheus-net.AspNetCore to v8.2.0 Dec 6, 2023
@renovate renovate bot force-pushed the renovate/prometheus-net-monorepo branch from 9b5aefb to b028fb8 Compare January 3, 2024 19:57
@renovate renovate bot changed the title Update dependency prometheus-net.AspNetCore to v8.2.0 Update dependency prometheus-net.AspNetCore to v8.2.1 Jan 3, 2024
@TheEadie TheEadie closed this Jan 22, 2024
@TheEadie TheEadie deleted the renovate/prometheus-net-monorepo branch January 22, 2024 09:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant