Skip to content

Commit 00ea49f

Browse files
committed
test: clarify temporary Micrometer compatibility path
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 49efc39 commit 00ea49f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/micrometer-compatibility.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@ jobs:
2020
# renovate: datasource=github-releases depName=micrometer-metrics/micrometer packageName=micrometer-metrics/micrometer
2121
ref: v1.16.5
2222
- name: typed-descriptor
23+
# TODO: remove this temporary opt-in leg once Micrometer switches the
24+
# Prometheus client integration to typed descriptors by default.
25+
# Follow-up: https://github.com/prometheus/client_java/issues/2182
2326
repository: zeitlinger/micrometer
2427
# renovate: datasource=git-refs depName=zeitlinger/micrometer packageName=https://github.com/zeitlinger/micrometer currentValue=feat/prometheus-client-opt-in
2528
ref: 1af1b3185058941eea57dc467bfe0df5a4786fe4
2629
steps:
27-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
30+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2831
with:
2932
persist-credentials: false
3033
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1

0 commit comments

Comments
 (0)