Skip to content

Commit b89a4e7

Browse files
authored
ci(micrometer): bump typed-descriptor opt-in to PR 7487 head (#2187)
## Summary - Points the `typed-descriptor` compat matrix leg at the latest head of [micrometer-metrics/micrometer#7487](micrometer-metrics/micrometer#7487) (`84092837e`), which now builds against client_java 1.7.0 and uses the typed `MetricFamilyDescriptor` API. - Updates renovate `currentValue` to match the actual PR branch (`feat/prom-client-java-typed-family-descriptor`). ## Test plan - [ ] Micrometer Compatibility workflow `typed-descriptor` leg passes --------- Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 6e528fb commit b89a4e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/micrometer-compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
# Prometheus client integration to typed descriptors by default.
2525
# Follow-up: https://github.com/prometheus/client_java/issues/2182
2626
repository: zeitlinger/micrometer
27-
# renovate: datasource=git-refs depName=zeitlinger/micrometer packageName=https://github.com/zeitlinger/micrometer currentValue=feat/prometheus-client-opt-in
28-
ref: 1af1b3185058941eea57dc467bfe0df5a4786fe4
27+
# renovate: datasource=git-refs depName=zeitlinger/micrometer packageName=https://github.com/zeitlinger/micrometer currentValue=feat/prom-client-java-typed-family-descriptor
28+
ref: 09f32142f06b11a88afe41eab50daaf6c8d08efb
2929
steps:
3030
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3131
with:

0 commit comments

Comments
 (0)