Skip to content

Commit f1a2cb5

Browse files
chore(deps): update dependency micrometer-metrics/micrometer to v1.17.0 (#2201)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [micrometer-metrics/micrometer](https://redirect.github.com/micrometer-metrics/micrometer) | minor | `v1.16.5` → `v1.17.0` | --- ### Release Notes <details> <summary>micrometer-metrics/micrometer (micrometer-metrics/micrometer)</summary> ### [`v1.17.0`](https://redirect.github.com/micrometer-metrics/micrometer/releases/tag/v1.17.0): 1.17.0 [Compare Source](https://redirect.github.com/micrometer-metrics/micrometer/compare/v1.16.6...v1.17.0-RC1) ### [`v1.16.6`](https://redirect.github.com/micrometer-metrics/micrometer/releases/tag/v1.16.6): 1.16.6 [Compare Source](https://redirect.github.com/micrometer-metrics/micrometer/compare/v1.16.5...v1.16.6) ##### :lady\_beetle: Bug Fixes - ArrayIndexOutOfBoundsException when using LongTaskTimer [#&#8203;3877](https://redirect.github.com/micrometer-metrics/micrometer/issues/3877) - Jetty 12's TimedHandler marks some requests with outcome UNKNOWN [#&#8203;7276](https://redirect.github.com/micrometer-metrics/micrometer/issues/7276) - MeterRegistry closes HighCardinalityTagsDetector twice if the registry is closed twice [#&#8203;7409](https://redirect.github.com/micrometer-metrics/micrometer/issues/7409) - Reduce allocation in HTTP server instrumentation [#&#8203;7580](https://redirect.github.com/micrometer-metrics/micrometer/issues/7580) - Reduce allocation in gRPC server convention [#&#8203;7581](https://redirect.github.com/micrometer-metrics/micrometer/issues/7581) ##### :notebook\_with\_decorative\_cover: Documentation - Clarify time series produced by LongTaskTimer when using Prometheus [#&#8203;6507](https://redirect.github.com/micrometer-metrics/micrometer/issues/6507) - Document metrics that need to close the MeterBinder [#&#8203;4624](https://redirect.github.com/micrometer-metrics/micrometer/issues/4624) - Multigauge Documentation lacks overwrite=true [#&#8203;4403](https://redirect.github.com/micrometer-metrics/micrometer/issues/4403) ##### 🔨 Dependency Upgrades - Bump com.netflix.spectator:spectator-reg-atlas from 1.9.6 to 1.9.9 [#&#8203;7552](https://redirect.github.com/micrometer-metrics/micrometer/pull/7552) - Bump dropwizard-metrics from 4.2.38 to 4.2.39 [#&#8203;7527](https://redirect.github.com/micrometer-metrics/micrometer/pull/7527) ##### ❤️ Contributors Thank you to all the contributors who worked on this release: [@&#8203;blaspat](https://redirect.github.com/blaspat), [@&#8203;codingkiddo](https://redirect.github.com/codingkiddo), [@&#8203;izeye](https://redirect.github.com/izeye), [@&#8203;jewoodev](https://redirect.github.com/jewoodev), and [@&#8203;schiemon](https://redirect.github.com/schiemon) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/prometheus/client_java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 03eda65 commit f1a2cb5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/micrometer-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: upstream
1919
repository: micrometer-metrics/micrometer
2020
# renovate: datasource=github-releases depName=micrometer-metrics/micrometer packageName=micrometer-metrics/micrometer
21-
ref: v1.16.5
21+
ref: v1.17.0
2222
- name: typed-descriptor
2323
# TODO: remove this temporary opt-in leg once Micrometer switches the
2424
# Prometheus client integration to typed descriptors by default.

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ LGTM_VERSION = "0.28.0"
3535
# renovate: datasource=github-tags depName=prometheus/jmx_exporter versioning=semver-coerced
3636
DEFAULT_JMX_EXPORTER_VERSION = "v1.6.0"
3737
# renovate: datasource=github-tags depName=micrometer-metrics/micrometer versioning=semver-coerced
38-
DEFAULT_MICROMETER_VERSION = "v1.16.5"
38+
DEFAULT_MICROMETER_VERSION = "v1.17.0"
3939

4040
[tasks.ci]
4141
description = "CI Build"

0 commit comments

Comments
 (0)